Update compile flags

This commit is contained in:
Dawid Drozd 2017-12-05 13:14:20 +01:00
parent 636b63865d
commit b41c6254ff
2 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@ TARGET_COMPILE_OPTIONS(EventBus PRIVATE
-Wall -pedantic
-Wnon-virtual-dtor
-Werror
-Wno-error=unknown-argument
-Wno-error=deprecated-declarations
)

View File

@ -15,6 +15,7 @@ TARGET_COMPILE_OPTIONS(EventBusTest PUBLIC
-Wall -pedantic
-Wnon-virtual-dtor
-Werror
-Wno-error=unknown-argument
-Wno-error=deprecated-declarations
)