Thomas Dickey wrote: > Bob Friesenhahn wrote: > > These options only work with GCC. If the compiler is GCC you can use > > them, otherwise skip them. > > The Intel compiler recognizes -Wall and -Werror (but not -pedantic in > the version I have at hand).
The Intel compiler was actively trying to be gcc-compatible so as to win over gcc users. Most native compilers do not support it. Bob