* If people are asking us to do things like "const char const *", then we shouldn't further complain about it.

This commit is contained in:
Mark VanderVoord
2014-05-08 14:43:07 -04:00
parent 6f327db56c
commit 11db2a22a3
2 changed files with 4 additions and 2 deletions
+3 -2
View File
@@ -9,6 +9,7 @@ compiler:
- '-c'
- '-Wall'
- '-Wunused-parameter'
- '-Wno-duplicate-decl-specifier'
- '-Wno-address'
- '-std=c99'
- '-pedantic'
@@ -31,7 +32,7 @@ compiler:
prefix: '-o'
extension: '.o'
destination: *systest_build_path
linker:
path: gcc
options:
@@ -46,7 +47,7 @@ linker:
extension: '.exe'
destination: *systest_build_path
unsupported:
unsupported:
- unity_64bit_support
- callingconv
+1
View File
@@ -10,6 +10,7 @@ compiler:
- '-m64'
- '-Wall'
- '-Wunused-parameter'
- '-Wno-duplicate-decl-specifier'
- '-Wno-address'
- '-std=c99'
- '-pedantic'