summaryrefslogtreecommitdiff
path: root/lib/warnless.h
Commit message (Collapse)AuthorAgeFilesLines
* base64: fix Curl_base64_encode and Curl_base64_decode interfacesYang Tse2011-08-241-0/+2
| | | | | | | | | | | Previous interfaces for these libcurl internal functions did not allow to tell apart a legitimate zero size result from an error condition. These functions now return a CURLcode indicating function success or otherwise specific error. Output size is returned using a pointer argument. All usage of these two functions, and others closely related, has been adapted to the new interfaces. Relative error and OOM handling adapted or added where missing. Unit test 1302 also adapted.
* compiler warning: fixYang Tse2011-05-261-0/+8
| | | | Fix compiler warning: conversion may lose significant bits
* compiler warning: fix followupYang Tse2011-05-251-0/+3
| | | | | | Fix compiler warning: variable was set but never used Fix compiler warning: clobber ignored
* compiler warning: fixYang Tse2011-05-241-1/+17
| | | | | | Fix compiler warning: variable was set but never used Fix compiler warning: clobber ignored
* fix compiler warning: conversion may lose significant bitsYang Tse2010-12-041-0/+2
|
* fix compiler warning: rounding, sign extension, or loss of accuracy may resultYang Tse2010-12-021-0/+2
|
* fix compiler warning: conversion may lose significant bitsYang Tse2010-12-011-0/+6
|
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
|
* fix compiler warningYang Tse2010-02-261-0/+2
|
* convert Curl_ultous() and Curl_ultouc() functions to curlx_ultous() andYang Tse2010-02-221-2/+2
| | | | | curlx_ultouc(), exposing them through curlx.h to allow proper code reuse later in our test harness.
* fix compiler warningYang Tse2010-02-221-0/+2
|
* fix compiler warningYang Tse2010-02-191-0/+28