meson: Don't ignore pedantic warnings on C++.

This commit is contained in:
Lubosz Sarnecki 2020-04-02 17:45:48 +02:00
parent 7afb012544
commit a765b64ae0

View file

@ -23,7 +23,6 @@ add_project_arguments(cc.get_supported_arguments([
add_project_arguments(cpp.get_supported_arguments([
'-D_XOPEN_SOURCE=700',
'-Wno-pedantic',
'-Wno-unused-parameter',
'-Wno-deprecated-copy', # Eigen
]), language: 'cpp')