mirror of
https://github.com/ThrowTheSwitch/CMock.git
synced 2026-09-16 07:09:57 +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'
|
- '-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
|
||||||
|
|
||||||
|
|||||||
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user