mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-11 08:36:16 +00:00
Fix compilation warnings
This commit is contained in:
@@ -63,6 +63,14 @@ endif()
|
||||
|
||||
##########################################
|
||||
|
||||
if(MINGW)
|
||||
momo_add_c_and_cxx_compile_options(
|
||||
-Wno-array-bounds
|
||||
)
|
||||
endif()
|
||||
|
||||
##########################################
|
||||
|
||||
if(LINUX)
|
||||
add_link_options(
|
||||
-Wl,--no-undefined
|
||||
|
||||
Reference in New Issue
Block a user