disabling warnings for some include

X

Xavier Serrand

On my systme, include <stdio.h> and <stdlib.h> raise many warnings (not C99
conformant...). I don't want to take care of those warnings because release
will be built on an other system ...

Does anybody know how to build an application (or even compile a file),
enabling all warnings except for some include files ?

thanks for your help

Xavier
 
I

Ian Collins

Xavier said:
On my systme, include <stdio.h> and <stdlib.h> raise many warnings (not C99
conformant...). I don't want to take care of those warnings because release
will be built on an other system ...

Does anybody know how to build an application (or even compile a file),
enabling all warnings except for some include files ?
Your compiler's documentation is the place to look.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,682
Members
48,796
Latest member
Greg L.

Latest Threads

Top