diff options
author | Steve Holme <steve_holme@hotmail.com> | 2016-03-19 11:01:36 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2016-03-19 11:01:36 +0000 |
commit | 97c9d2ae8c472bb199db1b58f0cb117200a2069c (patch) | |
tree | 3179ca7789f8dbeaf77d429728b6feb64ae7a474 /docs/libcurl/curl_multi_timeout.3 | |
parent | 2107a952e89831d9232ca3c53c16415848a8deb2 (diff) |
imap.c: Fixed compilation warning with /Wall enabled
warning C4701: potentially uninitialized local variable 'size' used
Technically this can't happen, as the usage of 'size' is protected by
'if(parsed)' and 'parsed' is only set after 'size' has been parsed.
Anyway, lets keep the compiler happy.
Diffstat (limited to 'docs/libcurl/curl_multi_timeout.3')
0 files changed, 0 insertions, 0 deletions