From a5c8d4f1f59b17d15134808c386ac5fece0b81d4 Mon Sep 17 00:00:00 2001 From: Sergio Martin Date: Sat, 20 Jan 2024 21:00:06 +0100 Subject: [PATCH] Disabling warnings for the original quicknes --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index f530726..3005132 100644 --- a/meson.build +++ b/meson.build @@ -47,7 +47,7 @@ quickerNESTester = executable('quickerNESTester', quickNESTester = executable('quickNESTester', 'source/tester.cpp', - cpp_args : [ commonCompileArgs, '-Wno-multichar', '-DDISABLE_AUTO_FILE', '-D__LIBRETRO__', '-DNDEBUG', '-DBLARGG_NONPORTABLE' ], + cpp_args : [ commonCompileArgs, '-w', '-DDISABLE_AUTO_FILE', '-D__LIBRETRO__', '-DNDEBUG', '-DBLARGG_NONPORTABLE' ], dependencies : [ quickNESDependency, toolDependency ], include_directories : include_directories(['../extern/json']) )