diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-01-24 11:16:49 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-01-24 11:16:49 +0000 |
commit | a5b97d95a5680ac4bfb398cb49a46d129144d7af (patch) | |
tree | aaace4e6762af1fe6dacc94d1650762580033da1 /regexp | |
parent | a809b5593015488550cf001b185e37b05f5213a9 (diff) |
WaE: gcc 4.6.0 various warnings
Diffstat (limited to 'regexp')
-rw-r--r-- | regexp/source/reclass.cxx | 3 |
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. */ |