X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/19193a2c85987b595932957e73013e7ea100f0e8..aaf765a54931a3add43bcf68cec8c80f0b66b18a:/src/os2/gsocket.c?ds=sidebyside diff --git a/src/os2/gsocket.c b/src/os2/gsocket.c index 222c0e24d1..13797e51cb 100644 --- a/src/os2/gsocket.c +++ b/src/os2/gsocket.c @@ -1495,8 +1495,8 @@ GSocketError GAddress_INET_SetHostName(GAddress *address, const char *hostname) { #else /* Use gethostbyname by default */ -// int val = 1; //VA doesn't like constants in conditional expressions at all - if (1) + int val = 1; //VA doesn't like constants in conditional expressions at all + if (val) { #endif struct in_addr *array_addr;