Add -Wno-error=deprecated-declarations to build arguments
This works around the deprecation warning for HdyDialer.
This commit is contained in:
@@ -123,5 +123,6 @@ executable (
|
||||
export_dynamic : true,
|
||||
include_directories : calls_includes,
|
||||
install : true,
|
||||
link_with : calls_vala
|
||||
link_with : calls_vala,
|
||||
c_args : '-Wno-error=deprecated-declarations',
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user