Silence invalid parameter messages from win32_signal
authorSteve Hay <steve.m.hay@googlemail.com>
Tue, 11 Sep 2012 07:36:03 +0000 (08:36 +0100)
committerSteve Hay <steve.m.hay@googlemail.com>
Tue, 11 Sep 2012 07:36:03 +0000 (08:36 +0100)
commitd52ca5864fb3a97285307ef39f49ddb1555e62cc
tree6ffa072ef3ef464481c012b3f9cf58fda5f15dd9
parent00a0ae2877906b27fbce91f4f1393386dc1b821e
Silence invalid parameter messages from win32_signal

This is the first step towards enabling the invalid parameter handler
without it causing undue noise. In this case the invalid parameters are
intentional, so provide a means to silence messages about them.

There is still noise from win32_close() and win32_select() which needs
resolving by some means too before the handler can be switched on without
its output causing test failures.
win32/win32.c