summaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
authorLuca Bruno <lucabru@src.gnome.org>2014-12-25 21:51:00 +0100
committerLuca Bruno <lucabru@src.gnome.org>2016-01-30 14:55:08 +0100
commit238196ecc1a1ca6738da66a8e389c11dac6f76c3 (patch)
treef18a370f5ed7db60f8bae098822359eebfc65e95 /compiler
parent1f1dad711e54a491d68a96589b533537ee8ce9ab (diff)
downloadvala-238196ecc1a1ca6738da66a8e389c11dac6f76c3.tar.gz
Always check unused attrs. Add [Version] to known attrs
Diffstat (limited to 'compiler')
-rw-r--r--compiler/valacompiler.vala2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/valacompiler.vala b/compiler/valacompiler.vala
index ebae467aa..968689830 100644
--- a/compiler/valacompiler.vala
+++ b/compiler/valacompiler.vala
@@ -461,8 +461,6 @@ class Vala.Compiler {
context.write_dependencies (dependencies);
}
- context.used_attr.check_unused (context);
-
if (context.report.get_errors () > 0 || (fatal_warnings && context.report.get_warnings () > 0)) {
return quit ();
}