Skip to content

Commit

Permalink
build: Do not use C arguments with C++
Browse files Browse the repository at this point in the history
Otherwise the C++ compiler will start to complain.

The C++ keyword test does not need additional warnings.
  • Loading branch information
ebassi committed May 11, 2021
1 parent 6120519 commit 6189e34
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion testsuite/gtk/meson.build
Expand Up @@ -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,
Expand Down

0 comments on commit 6189e34

Please sign in to comment.