meson: Silence verbose OpenCV C11 extension warnings on clang.

This commit is contained in:
Lubosz Sarnecki 2020-12-16 15:09:11 +01:00
parent 9351673e55
commit c1cd2c691b

View file

@ -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')