Warnings are now treated as errors
This commit is contained in:
parent
6dce12b6ee
commit
201917d385
@ -15,6 +15,8 @@ target_include_directories(${PROJECT_NAME} PRIVATE
|
||||
include
|
||||
)
|
||||
|
||||
target_compile_options(${PROJECT_NAME} PRIVATE -Werror)
|
||||
|
||||
#########
|
||||
# Tests #
|
||||
#########
|
||||
|
Loading…
x
Reference in New Issue
Block a user