diff --git a/targets/gcc.yml b/targets/gcc.yml index 8a625b2..52b73e2 100644 --- a/targets/gcc.yml +++ b/targets/gcc.yml @@ -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 diff --git a/targets/gcc_64.yml b/targets/gcc_64.yml index 7a725cb..cba6a08 100644 --- a/targets/gcc_64.yml +++ b/targets/gcc_64.yml @@ -10,6 +10,7 @@ compiler: - '-m64' - '-Wall' - '-Wunused-parameter' + - '-Wno-duplicate-decl-specifier' - '-Wno-address' - '-std=c99' - '-pedantic'