Changes between Initial Version and Version 1 of Ticket #40656, comment 4


Ignore:
Timestamp:
Dec 17, 2013, 3:10:36 AM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #40656, comment 4

    initial v1  
    33Be aware that using `-isystem` hides all warnings from the header files as they are treated as if they were system headers. I worry this could mask problems during building and make it harder to identify the cause.
    44
    5 There is also the environment variable `CPATH` for additional include paths as if they were given using `-I` on the command line ([gcc.gnu.org/onlinedocs/gcc/Environment-Variables.html gcc manual]). However, older versions of clang do not honor this setting.
     5There is also the environment variable `CPATH` for additional include paths as if they were given using `-I` on the command line ([http://gcc.gnu.org/onlinedocs/gcc/Environment-Variables.html gcc manual]). However, older versions of clang do not honor this setting.