]> granicus.if.org Git - curl/commit
Curl_verify_windows_version: minor edit to avoid compiler warnings
authorDaniel Stenberg <daniel@haxx.se>
Sat, 27 Aug 2016 16:08:16 +0000 (18:08 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 27 Aug 2016 16:08:16 +0000 (18:08 +0200)
commita6ddd6555e02bb3114e3d193f7474c402269a040
tree2bb715feb02789163554f9c853c022742d4f9586
parent8a529ef01d73efbf3d9af82dbb0db88b48f197b1
Curl_verify_windows_version: minor edit to avoid compiler warnings

... instead of if() before the switch(), add a default to the switch so
that the compilers don't warn on "warning: enumeration value
'PLATFORM_DONT_CARE' not handled in switch" anymore.
lib/system_win32.c