Fix compiler flags

This commit is contained in:
Dawid Drozd 2017-12-04 13:46:51 +01:00
parent 4d43ff4483
commit 636b63865d
2 changed files with 2 additions and 4 deletions

View File

@ -22,10 +22,9 @@ TARGET_INCLUDE_DIRECTORIES(EventBus PUBLIC
TARGET_COMPILE_OPTIONS(EventBus PRIVATE
-Wall -pedantic
-Wno-unused-private-field
-Wnon-virtual-dtor
-Wno-gnu
-Werror
-Wno-error=deprecated-declarations
)
SET_TARGET_PROPERTIES(EventBus PROPERTIES

View File

@ -13,10 +13,9 @@ SET_TARGET_PROPERTIES(EventBusTest PROPERTIES
TARGET_COMPILE_OPTIONS(EventBusTest PUBLIC
-Wall -pedantic
-Wno-unused-private-field
-Wnon-virtual-dtor
-Wno-gnu
-Werror
-Wno-error=deprecated-declarations
)
SET(EVENTBUS_DEBUG_FLAGS