mirror of
https://github.com/ThrowTheSwitch/CMock.git
synced 2026-08-05 18:57:50 +00:00
* 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:
+3
-2
@@ -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
|
||||
|
||||
|
||||
@@ -10,6 +10,7 @@ compiler:
|
||||
- '-m64'
|
||||
- '-Wall'
|
||||
- '-Wunused-parameter'
|
||||
- '-Wno-duplicate-decl-specifier'
|
||||
- '-Wno-address'
|
||||
- '-std=c99'
|
||||
- '-pedantic'
|
||||
|
||||
Reference in New Issue
Block a user