Add -Wno-error=deprecated-declarations to build arguments
This works around the deprecation warning for HdyDialer.
This commit is contained in:
@@ -11,7 +11,8 @@ test_env = [
|
||||
|
||||
test_cflags = [
|
||||
'-fPIE',
|
||||
'-DFOR_TESTING'
|
||||
'-DFOR_TESTING',
|
||||
'-Wno-error=deprecated-declarations'
|
||||
]
|
||||
|
||||
test_link_args = [
|
||||
|
||||
Reference in New Issue
Block a user