mirror of
https://github.com/gelldur/EventBus.git
synced 2025-01-14 01:07:59 +08:00
Update compile flags
This commit is contained in:
parent
636b63865d
commit
b41c6254ff
@ -24,6 +24,7 @@ TARGET_COMPILE_OPTIONS(EventBus PRIVATE
|
||||
-Wall -pedantic
|
||||
-Wnon-virtual-dtor
|
||||
-Werror
|
||||
-Wno-error=unknown-argument
|
||||
-Wno-error=deprecated-declarations
|
||||
)
|
||||
|
||||
|
@ -15,6 +15,7 @@ TARGET_COMPILE_OPTIONS(EventBusTest PUBLIC
|
||||
-Wall -pedantic
|
||||
-Wnon-virtual-dtor
|
||||
-Werror
|
||||
-Wno-error=unknown-argument
|
||||
-Wno-error=deprecated-declarations
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user