summaryrefslogtreecommitdiff
path: root/regexp
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-01-24 11:16:49 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-01-24 11:16:49 +0000
commita5b97d95a5680ac4bfb398cb49a46d129144d7af (patch)
treeaaace4e6762af1fe6dacc94d1650762580033da1 /regexp
parenta809b5593015488550cf001b185e37b05f5213a9 (diff)
WaE: gcc 4.6.0 various warnings
Diffstat (limited to 'regexp')
-rw-r--r--regexp/source/reclass.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/regexp/source/reclass.cxx b/regexp/source/reclass.cxx
index d6db174b43ec..ed766fdc2503 100644
--- a/regexp/source/reclass.cxx
+++ b/regexp/source/reclass.cxx
@@ -2773,6 +2773,9 @@ Regexpr::re_match2(struct re_registers *regs, sal_Int32 pos, sal_Int32 range)
POP_FAILURE_POINT(sdummy, pdummy,
dummy_low_reg, dummy_high_reg,
reg_dummy, reg_dummy, reg_info_dummy);
+
+ (void)sdummy;
+ (void)pdummy;
}
/* Note fall through. */