<p>Hmm, this is very suspiscious</p>
<pre><code>../../platforms/win32/plugins/SocketPlugin/sqWin32NewNet.c:872:8: warning: logical not is only applied to the left hand side of this bitwise operator [-Wlogical-not-parentheses]
    if(!pss->sockState & SOCK_BOUND_UDP) {
       ^               ~
../../platforms/win32/plugins/SocketPlugin/sqWin32NewNet.c:872:8: note: add parentheses after the '!' to evaluate the bitwise operator first
    if(!pss->sockState & SOCK_BOUND_UDP) {
       ^
        (                              )
../../platforms/win32/plugins/SocketPlugin/sqWin32NewNet.c:872:8: note: add parentheses around left hand side expression to silence this warning
    if(!pss->sockState & SOCK_BOUND_UDP) {
       ^
       (              )
</code></pre>
<p>IMO it should be  <code>if ( ! (state & flag) )</code> rather than  <code>if ( (! state) & flag )</code></p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/9c16adb9e0ac15b5a2e05ca4d090b889594c5292#commitcomment-31618047">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AhLyW0rmROvH2M1mrattwxDiuXmXkHSZks5u3kCOgaJpZM4ZLI9h">mute the thread</a>.<img src="https://github.com/notifications/beacon/AhLyW0woEfxb2hBKX7nF2tIHEWAJOVaZks5u3kCOgaJpZM4ZLI9h.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/OpenSmalltalk/opensmalltalk-vm","title":"OpenSmalltalk/opensmalltalk-vm","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/OpenSmalltalk/opensmalltalk-vm"}},"updates":{"snippets":[{"icon":"PERSON","message":"@nicolas-cellier-aka-nice on 9c16adb: Hmm, this is very suspiscious\r\n\r\n    ../../platforms/win32/plugins/SocketPlugin/sqWin32NewNet.c:872:8: warning: logical not is only applied to the left hand side of this bitwise operator [-Wlogical-not-parentheses]\r\n        if(!pss-\u003esockState \u0026 SOCK_BOUND_UDP) {\r\n           ^               ~\r\n    ../../platforms/win32/plugins/SocketPlugin/sqWin32NewNet.c:872:8: note: add parentheses after the '!' to evaluate the bitwise operator first\r\n        if(!pss-\u003esockState \u0026 SOCK_BOUND_UDP) {\r\n           ^\r\n            (                              )\r\n    ../../platforms/win32/plugins/SocketPlugin/sqWin32NewNet.c:872:8: note: add parentheses around left hand side expression to silence this warning\r\n        if(!pss-\u003esockState \u0026 SOCK_BOUND_UDP) {\r\n           ^\r\n           (              )\r\n\r\nIMO it should be  `if ( ! (state \u0026 flag) )` rather than  `if ( (! state) \u0026 flag )`"}],"action":{"name":"View Commit","url":"https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/9c16adb9e0ac15b5a2e05ca4d090b889594c5292#commitcomment-31618047"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/9c16adb9e0ac15b5a2e05ca4d090b889594c5292#commitcomment-31618047",
"url": "https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/9c16adb9e0ac15b5a2e05ca4d090b889594c5292#commitcomment-31618047",
"name": "View Commit"
},
"description": "View this Commit on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>