Commit 6b1d0cb0 authored by Max Kellermann's avatar Max Kellermann

meson.build: disable compiler warnings for subprojects

parent f23ecf00
...@@ -15,6 +15,11 @@ project( ...@@ -15,6 +15,11 @@ project(
'fmt:default_library=static', 'fmt:default_library=static',
'gtest:default_library=static', 'gtest:default_library=static',
'sqlite3:default_library=static', 'sqlite3:default_library=static',
# Not interested in compiler warnings from subprojects.
'fmt:warning_level=0',
'gtest:warning_level=0',
'sqlite3:warning_level=0',
], ],
license: 'GPLv2+', license: 'GPLv2+',
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment