Fix some compiler warnings

This commit is contained in:
Chris Cannam
2022-06-14 15:15:55 +01:00
parent 141c314c72
commit b160475b07
5 changed files with 21 additions and 16 deletions

View File

@@ -6,6 +6,7 @@ project(
license: 'GPL-2.0-or-later',
default_options: [
'cpp_std=c++11',
'warning_level=3',
'buildtype=release',
'default_library=both',
'b_ndebug=if-release',