This repository serve as a backup for my Maxwell-TD code
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.
 
 
 
 
 
 

13 lines
362 B

# no-developer warning flags added for GCC >= 4.5
-Wno-jump-misses-init
-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