the filename prefixes. Update config/gnu-flags to suit. I also made changes to config/cmake/HDFCompilerFlags.cmake, but I'm not sure they're correct.
14 lines
373 B
Groff
14 lines
373 B
Groff
# no-developer warning flag added for GCC >= 4.5
|
|
-Wno-jump-misses-init
|
|
-Wno-unsuffixed-float-constants
|
|
|
|
# no-developer warning flag added for GCC >= 4.6
|
|
-Wno-suggest-attribute=const
|
|
|
|
# no-developer warning flags added for GCC >= 4.7
|
|
-Wno-suggest-attribute=noreturn
|
|
-Wno-suggest-attribute=pure
|
|
|
|
# no-developer warning flag added for GCC >= 4.8
|
|
-Wno-suggest-attribute=format
|