mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-02-05 21:38:12 +00:00
meson: Silence verbose OpenCV C11 extension warnings on clang.
This commit is contained in:
parent
9351673e55
commit
c1cd2c691b
|
@ -27,6 +27,7 @@ add_project_arguments(cpp.get_supported_arguments([
|
|||
'-D_XOPEN_SOURCE=700',
|
||||
'-Wno-unused-parameter',
|
||||
'-Wno-deprecated-copy', # Eigen
|
||||
'-Wno-c11-extensions' # clang OpenCV
|
||||
]), language: 'cpp')
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue