* Merge Move test utilities to utils/test folder #1109 * Merge Correct shell tests and c++ flag warning * Fix typo
10 lines
269 B
Groff
10 lines
269 B
Groff
# 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
|