Closed polluks closed 7 months ago
Hi!
This does not warn in Linux because it has a more correct definition, with the parentheses:
#define SIG_DFL ((__sighandler_t)0)
Can you test if writing SIG_IGN with parentheses outside woks?
struct sigaction sa = {(SIG_IGN), 0}, oldint, oldquit;
If it removes the warning, I can apply it as a fix.
Have Fun!
Closing, no reply on a year.