mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
build: Do not use C arguments with C++
Otherwise the C++ compiler will start to complain. The C++ keyword test does not need additional warnings.
This commit is contained in:
parent
6120519e8e
commit
6189e343f3
@ -223,7 +223,6 @@ endforeach
|
||||
if add_languages('cpp', required: false, native: false)
|
||||
test_exe = executable('autotestkeywords',
|
||||
sources: 'autotestkeywords.cc',
|
||||
cpp_args: test_cargs,
|
||||
dependencies: libgtk_dep,
|
||||
install: get_option('install-tests'),
|
||||
install_dir: testexecdir,
|
||||
|
Loading…
Reference in New Issue
Block a user