compilers: ICC should error when an unknown __attribute__ is tested

pull/4359/head
Dylan Baker 6 years ago
parent 315d07d306
commit a480de1cb5
  1. 1
      mesonbuild/compilers/compilers.py

@ -1789,6 +1789,7 @@ class IntelCompiler(GnuLikeCompiler):
extra_args,
'-diag-error', '10006', # ignoring unknown option
'-diag-error', '10148', # Option not supported
'-diag-error', '1292', # unknown __attribute__
]
return super().compiles(*args, **kwargs)

Loading…
Cancel
Save