Hi,
In a C program I get "passing argument ... from incompatible pointer type" warnings, however I want to get error and terminate compilation instead of warning.
What flag shall I set in makefile?
Hi,
In a C program I get "passing argument ... from incompatible pointer type" warnings, however I want to get error and terminate compilation instead of warning.
What flag shall I set in makefile?