Changes between Initial Version and Version 1 of Ticket #40656, comment 4
- Timestamp:
- Dec 17, 2013, 3:10:36 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #40656, comment 4
initial v1 3 3 Be 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. 4 4 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.5 There 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.