blob: 1e29c78138cf9d175a2341add643d5c305768aed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# 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
|