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.
12 lines
339 B
12 lines
339 B
# 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
|
|
|