flags for GCC compilers version 4.8 and above. Removed files from gnu-warnings that only apply to versions < 4.8. Consolidated warnings from versions < 4.8 that apply to versions >= 4.8 into the 4.8 warnings files.
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
|