mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-12-15 07:40:23 +08:00
13 lines
339 B
Groff
13 lines
339 B
Groff
# no-developer warning flag added for GCC >= 4.5
|
|
-Wstrict-overflow=2
|
|
|
|
# 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
|