[vala/staging] vapi: Disable deprecation warnings when checking bindings
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/staging] vapi: Disable deprecation warnings when checking bindings
- Date: Tue, 14 Jul 2020 12:15:02 +0000 (UTC)
commit 52b240374494ac00c0689d7ac15ed2bb749d4f52
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]