Add -Wno-error=deprecated-declarations to build arguments

This works around the deprecation warning for HdyDialer.
This commit is contained in:
Bob Ham
2019-12-09 15:37:22 +00:00
parent 9fe575053d
commit 8f2cddddcf
2 changed files with 4 additions and 2 deletions

View File

@@ -11,7 +11,8 @@ test_env = [
test_cflags = [
'-fPIE',
'-DFOR_TESTING'
'-DFOR_TESTING',
'-Wno-error=deprecated-declarations'
]
test_link_args = [