- Temporarily ignore these errors while we figure out what to do about them properly

This commit is contained in:
Mark VanderVoord
2015-12-08 22:03:54 -05:00
parent b19bd500fd
commit 8dc65e82bf
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -11,6 +11,7 @@ compiler:
- '-Wextra'
- '-Wunused-parameter'
- '-Wno-address'
- '-Wno-invalid-token-paste'
- '-std=c99'
- '-pedantic'
- '-O0'
+1
View File
@@ -11,6 +11,7 @@ compiler:
- '-Wall'
- '-Wunused-parameter'
- '-Wno-address'
- '-Wno-invalid-token-paste'
- '-std=c99'
- '-pedantic'
includes: