mirror of
https://github.com/gelldur/EventBus.git
synced 2025-01-14 17:30:08 +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
|
-Wall -pedantic
|
||||||
-Wnon-virtual-dtor
|
-Wnon-virtual-dtor
|
||||||
-Werror
|
-Werror
|
||||||
|
-Wno-error=unknown-argument
|
||||||
-Wno-error=deprecated-declarations
|
-Wno-error=deprecated-declarations
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -15,6 +15,7 @@ TARGET_COMPILE_OPTIONS(EventBusTest PUBLIC
|
|||||||
-Wall -pedantic
|
-Wall -pedantic
|
||||||
-Wnon-virtual-dtor
|
-Wnon-virtual-dtor
|
||||||
-Werror
|
-Werror
|
||||||
|
-Wno-error=unknown-argument
|
||||||
-Wno-error=deprecated-declarations
|
-Wno-error=deprecated-declarations
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user