Add get_werror_args for CCRX C compiler

pull/4765/head
Phillip Cao 6 years ago committed by Jussi Pakkanen
parent 530aec0bbe
commit 13fe2e40eb
  1. 3
      mesonbuild/compilers/c.py

@ -1659,6 +1659,9 @@ class CcrxCCompiler(CcrxCompiler, CCompiler):
def get_linker_output_args(self, outputname):
return ['-output=%s' % outputname]
def get_werror_args(self):
return ['-change_message=error']
def get_include_args(self, path, is_system):
if path == '':
path = '.'

Loading…
Cancel
Save