mirror of
https://github.com/gelldur/EventBus.git
synced 2024-12-26 18:51:02 +08:00
Fix compiler flags
This commit is contained in:
parent
4d43ff4483
commit
636b63865d
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user