Re: -isystem and local includes

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Zadirion <zadirion@xxxxxxxxx> writes:

> I've come across an interesting dilemma:
> given the following project structure
> ./myproject/main.cpp
> ./thirdpartylib/source.cpp
> ./thirdpartylib/header.h
>
> I need to ignore the warnings in the third party library.

Use grep -v on the compiler output?

I don't think there is any way to tell gcc to ignore the warnings from a
specific set of header files.

Ian


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux