We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
There seems to be issues with anonymous unions and also with casting function pointers to void*
here are the flags I use
CFLAGS:= -Wfatal-errors -pedantic -Wall -Wextra -Werror -std=c99
While this might seem over fussy, its saved me countless hours of debugging frustration!