In some cases, we use pragmas to turn off specific warnings for parts
of the code. Unfortunately, this in turn makes other compilers warn
about unknown pragmas.
This change adds the flag -Wno-unknown-pragmas to gcc and clang to
make them ignore prgmas tht they do not know about.
In some cases, we use pragmas to turn off specific warnings for parts of the code. Unfortunately, this in turn makes other compilers warn about unknown pragmas.
This change adds the flag -Wno-unknown-pragmas to gcc and clang to make them ignore prgmas tht they do not know about.