Jonathan Hansen wrote: > This more of a compiler question but I figured since people here are make > folks you might know and save me signing up for another list... > > Is there a way in GCC to eliminate an include directory from warnings? > > Example: > > gcc -Wall -I/tmp/messycode foo.cpp foo.o
gcc -Wall -isystem/tmp/messycode foo.cpp foo.o -- Filipe Sousa
signature.asc
Description: OpenPGP digital signature
_______________________________________________ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake