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

Forum statistics

Threads
473,774
Messages
2,569,599
Members
45,175
Latest member
Vinay Kumar_ Nevatia
Top