Changeset db8626d in mainline for uspace/lib/http/src/request.c


Ignore:
Timestamp:
2017-05-04T22:21:47Z (8 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9abe2e5
Parents:
31a30fa
Message:

suppress compiler warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/http/src/request.c

    r31a30fa rdb8626d  
    143143int http_send_request(http_t *http, http_request_t *req)
    144144{
    145         char *buf;
    146         size_t buf_size;
     145        char *buf = NULL;
     146        size_t buf_size = 0;
    147147       
    148148        int rc = http_request_format(req, &buf, &buf_size);
Note: See TracChangeset for help on using the changeset viewer.