summaryrefslogtreecommitdiffstats
path: root/src/xmlpatterns/functions
diff options
context:
space:
mode:
authorJoão Abecasis <joao@abecasis.name>2009-10-07 07:44:18 (GMT)
committerJoão Abecasis <joao@abecasis.name>2009-10-07 10:44:41 (GMT)
commit41a47906475f3970bd662c3d24e7e642ea65a191 (patch)
treebda10c4b1885e7754481749626b5dcbe5362c07a /src/xmlpatterns/functions
parent350410f19fd589986e51eba8f018abd92eddc287 (diff)
downloadQt-41a47906475f3970bd662c3d24e7e642ea65a191.zip
Qt-41a47906475f3970bd662c3d24e7e642ea65a191.tar.gz
Qt-41a47906475f3970bd662c3d24e7e642ea65a191.tar.bz2
Fixing some GCC warnings
Reviewed-by: Markus Goetz
Diffstat (limited to 'src/xmlpatterns/functions')
-rw-r--r--src/xmlpatterns/functions/qsequencefns_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xmlpatterns/functions/qsequencefns_p.h b/src/xmlpatterns/functions/qsequencefns_p.h
index e406b95..fa799d3 100644
--- a/src/xmlpatterns/functions/qsequencefns_p.h
+++ b/src/xmlpatterns/functions/qsequencefns_p.h
@@ -149,7 +149,6 @@ namespace QPatternist
// RVCT doesn't like using template parameter in trinary operator when the trinary operator result is
// passed directly into another constructor.
Q_ASSERT(Id == IDExistsFN || Id == IDEmptyFN);
-
const Expression::Ptr me(FunctionCall::compress(context));