]> git.ipfire.org Git - thirdparty/curl.git/commit
curl_setup_once: consistently use WHILE_FALSE in macros
authorDaniel Gustafsson <daniel@yesql.se>
Thu, 28 Nov 2019 15:02:13 +0000 (16:02 +0100)
committerDaniel Gustafsson <daniel@yesql.se>
Thu, 28 Nov 2019 15:02:13 +0000 (16:02 +0100)
commit66e21520f369ab92b49a515704b68fa842face85
tree94638c50b65153f5a2d1be0b02fac8b2f17ce7aa
parentbb8cf0516953eea24cdedee47d31db77e8ced0dc
curl_setup_once: consistently use WHILE_FALSE in macros

The WHILE_FALSE construction is used to avoid compiler warnings in
macro constructions. This fixes a few instances where it was not
used in order to keep the code consistent.

Closes #4649
Reviewed-by: Daniel Stenberg <daniel@haxx.se>
lib/cookie.c
lib/sha256.c
lib/vssh/libssh.c