blob: 09a9a96f22143a1ed84c1717a1102e4855829598 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# no-developer warning flag added for GCC >= 4.5
-Wno-jump-misses-init
# 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
|