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