Re: NGPT + C++ = ?
Arend-jan Wytzes <[email protected]>
| Newsgroups | gmane.linux.ngpt.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, The problem you're seeing is probably because you disabled the default include paths, and then enabled those by hand. The compiler does not warn about errors in header files that are located in the default include path, probably because you don't want to be bothered with those as a developer. So warnings for code in the system header files are ignored because those files are in the default path. Grtz, aj