summaryrefslogtreecommitdiff
path: root/vala/valatypeofexpression.vala
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2012-08-03 09:52:14 +0200
committerJürg Billeter <j@bitron.ch>2012-08-06 13:24:05 +0200
commitca020bf04a09fe16e5583eea5a3a341e7796bff5 (patch)
tree4ac881e9d36811d0d6673dec7a7b1f97080ed132 /vala/valatypeofexpression.vala
parent5ea6dc05d62c71ba4e633f70b86e4dd0a5e9c089 (diff)
downloadvala-ca020bf04a09fe16e5583eea5a3a341e7796bff5.tar.gz
Drop POSIX profile
Diffstat (limited to 'vala/valatypeofexpression.vala')
-rw-r--r--vala/valatypeofexpression.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/vala/valatypeofexpression.vala b/vala/valatypeofexpression.vala
index 1154016af..9b0e02e13 100644
--- a/vala/valatypeofexpression.vala
+++ b/vala/valatypeofexpression.vala
@@ -82,7 +82,7 @@ public class Vala.TypeofExpression : Expression {
value_type = context.analyzer.type_type;
- if (context.profile == Profile.GOBJECT && type_reference.get_type_arguments ().size > 0) {
+ if (type_reference.get_type_arguments ().size > 0) {
Report.warning (_data_type.source_reference, "Type argument list without effect");
}