Skip to content

Commit a5c8d4f

Browse files
Disabling warnings for the original quicknes
1 parent deb2189 commit a5c8d4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ quickerNESTester = executable('quickerNESTester',
4747

4848
quickNESTester = executable('quickNESTester',
4949
'source/tester.cpp',
50-
cpp_args : [ commonCompileArgs, '-Wno-multichar', '-DDISABLE_AUTO_FILE', '-D__LIBRETRO__', '-DNDEBUG', '-DBLARGG_NONPORTABLE' ],
50+
cpp_args : [ commonCompileArgs, '-w', '-DDISABLE_AUTO_FILE', '-D__LIBRETRO__', '-DNDEBUG', '-DBLARGG_NONPORTABLE' ],
5151
dependencies : [ quickNESDependency, toolDependency ],
5252
include_directories : include_directories(['../extern/json'])
5353
)

0 commit comments

Comments
 (0)