mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-27 09:01:46 +00:00
meson: Don't ignore pedantic warnings on C++.
This commit is contained in:
parent
7afb012544
commit
a765b64ae0
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue