mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-11 16:01:00 +08:00
18 lines
645 B
Plaintext
18 lines
645 B
Plaintext
# (suggestions from gcc, not code problems)
|
|
-Waggregate-return
|
|
-Wdisabled-optimization
|
|
-Wmissing-format-attribute
|
|
-Wmissing-noreturn
|
|
-Wswitch-default
|
|
-Wswitch-enum
|
|
-Wunsafe-loop-optimizations
|
|
-Wunused-macros
|
|
# -Winline warnings aren't included here because, for at least
|
|
# GNU compilers, this flag appears to conflict specifically with
|
|
# the -Og optimization level flag added for Debug and Developer
|
|
# builds and will produce warnings about functions not being
|
|
# considered for inlining. The flag will be added to the list
|
|
# of compiler flags separately if developer warnings are enabled
|
|
# and the build type is not Debug or Developer
|
|
#-Winline
|