Skip to content

Commit e31676c

Browse files
committed
add error override
1 parent 7a342f1 commit e31676c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ if get_option('enable-mpp')
232232
if build_machine.cpu_family() == 'x86' or build_machine.cpu_family() == 'x86_64'
233233
cmake = import('cmake')
234234
cmake_opts = cmake.subproject_options()
235+
cmake_opts.set_override_option('warning_level', '0')
235236
cmake_opts.add_cmake_defines({
236237
'CMAKE_MAKE_PROGRAM': meson.source_root() + '/ninja',
237238
'CMAKE_POSITION_INDEPENDENT_CODE': 'ON'

0 commit comments

Comments
 (0)