[vala/0.48] vapi: Disable deprecation warnings when checking bindings



commit e326660615f211146ce27e3ea7f9ca5e8cf7fcb6
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Tue Jul 14 14:13:51 2020 +0200

    vapi: Disable deprecation warnings when checking bindings

 vapi/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/vapi/Makefile.am b/vapi/Makefile.am
index 3def1647b..2e54ce7cf 100644
--- a/vapi/Makefile.am
+++ b/vapi/Makefile.am
@@ -4,7 +4,7 @@ check: $(top_builddir)/compiler/valac
        echo "void main () {}" > test.vala; \
        for vapi in `ls *.vapi | sed -e "s/\.vapi//g"`; do \
                echo "Checking $$vapi..."; \
-               $(top_builddir)/compiler/valac -C --pkg=$$vapi --vapidir=. test.vala || exit 1; \
+               $(top_builddir)/compiler/valac -C --enable-deprecated --pkg=$$vapi --vapidir=. test.vala || 
exit 1; \
        done; \
        rm -f test.vala test.c
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]