* 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' - '-c'
- '-Wall' - '-Wall'
- '-Wunused-parameter' - '-Wunused-parameter'
- '-Wno-duplicate-decl-specifier'
- '-Wno-address' - '-Wno-address'
- '-std=c99' - '-std=c99'
- '-pedantic' - '-pedantic'
@@ -31,7 +32,7 @@ compiler:
prefix: '-o' prefix: '-o'
extension: '.o' extension: '.o'
destination: *systest_build_path destination: *systest_build_path
linker: linker:
path: gcc path: gcc
options: options:
@@ -46,7 +47,7 @@ linker:
extension: '.exe' extension: '.exe'
destination: *systest_build_path destination: *systest_build_path
unsupported: unsupported:
- unity_64bit_support - unity_64bit_support
- callingconv - callingconv
+1
View File
@@ -10,6 +10,7 @@ compiler:
- '-m64' - '-m64'
- '-Wall' - '-Wall'
- '-Wunused-parameter' - '-Wunused-parameter'
- '-Wno-duplicate-decl-specifier'
- '-Wno-address' - '-Wno-address'
- '-std=c99' - '-std=c99'
- '-pedantic' - '-pedantic'