You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
362 B
14 lines
362 B
2 years ago
|
# no-developer warning flags added for GCC >= 4.5
|
||
|
-Wno-jump-misses-init
|
||
|
-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
|