stricter warning checks and the corresponding fixes
Signed-off-by: Erik Boasson <eb@ilities.com>
This commit is contained in:
parent
87e4780446
commit
b7487b18a6
101 changed files with 1756 additions and 1615 deletions
|
@ -21,8 +21,9 @@ static bool CtrlHandler (DWORD fdwCtrlType)
|
|||
return true; //Don't let other handlers handle this key
|
||||
}
|
||||
#else
|
||||
static void CtrlHandler (int fdwCtrlType)
|
||||
static void CtrlHandler (int sig)
|
||||
{
|
||||
(void)sig;
|
||||
dds_waitset_set_trigger (waitSet, true);
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue