diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-01-29 17:11:13 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-01-29 17:15:39 +0000 |
commit | 000640ac35d1b9596126e76271aba3c4be7514de (patch) | |
tree | 0d1099dd041b90e7b25f15ab580c72dc04853306 /starmath/source/cfgitem.cxx | |
parent | f11e417a89ea2d87ffe5b64092f56efd4f2af9c1 (diff) |
WaE: various new gcc 4.6.0 warnings
Diffstat (limited to 'starmath/source/cfgitem.cxx')
-rw-r--r-- | starmath/source/cfgitem.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/starmath/source/cfgitem.cxx b/starmath/source/cfgitem.cxx index 876a679523d8..ed435d880b22 100644 --- a/starmath/source/cfgitem.cxx +++ b/starmath/source/cfgitem.cxx @@ -748,6 +748,7 @@ void SmMathConfig::ReadFontFormat( SmFontFormat &rFontFormat, ++pValue; OSL_ENSURE( bOK, "read FontFormat failed" ); + (void)bOK; } } |