mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-11 16:46:16 +00:00
Ignore conversion warnings for now
This commit is contained in:
@@ -209,7 +209,9 @@ function(momo_target_set_warnings_as_errors target)
|
||||
return()
|
||||
endif()
|
||||
|
||||
set(compile_options -Wall -Wextra -Wconversion -pedantic -Werror -Wno-comment)
|
||||
set(compile_options -Wall -Wextra
|
||||
#-Wconversion
|
||||
-pedantic -Werror -Wno-comment)
|
||||
|
||||
if(MSVC)
|
||||
set(compile_options /W4 /WX)
|
||||
|
||||
Reference in New Issue
Block a user