diff --git a/targets/gcc.yml b/targets/gcc.yml index c0ceb57..76c7551 100644 --- a/targets/gcc.yml +++ b/targets/gcc.yml @@ -11,6 +11,7 @@ compiler: - '-Wextra' - '-Wunused-parameter' - '-Wno-address' + - '-Wno-invalid-token-paste' - '-std=c99' - '-pedantic' - '-O0' diff --git a/targets/gcc_64.yml b/targets/gcc_64.yml index 7a725cb..d21686a 100644 --- a/targets/gcc_64.yml +++ b/targets/gcc_64.yml @@ -11,6 +11,7 @@ compiler: - '-Wall' - '-Wunused-parameter' - '-Wno-address' + - '-Wno-invalid-token-paste' - '-std=c99' - '-pedantic' includes: