blob: 3c3de93e0cedad547539cb62366b9b240410fb6d (
plain)
1
2
3
4
5
6
7
8
9
|
# 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
|