summaryrefslogtreecommitdiffstats
path: root/hwpfilter/source/hwpeq.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-06-20 17:32:31 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-06-20 17:32:51 +0200
commite7b87d69be29dfe9d7c879935a26171beba29cb5 (patch)
treec9123e117f3b6d621f34f59979b0597144012c2c /hwpfilter/source/hwpeq.cxx
parenterror: logical not is only applied to the left hand side of this comparison (diff)
downloadcore-e7b87d69be29dfe9d7c879935a26171beba29cb5.tar.gz
core-e7b87d69be29dfe9d7c879935a26171beba29cb5.zip
-Werror,-Wdeprecated-register
Change-Id: I8edac5a93f9471c6f245bd484e845985c11027dd
Diffstat (limited to 'hwpfilter/source/hwpeq.cxx')
-rw-r--r--hwpfilter/source/hwpeq.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/hwpfilter/source/hwpeq.cxx b/hwpfilter/source/hwpeq.cxx
index 89bbcad12cce..4dd732cf770f 100644
--- a/hwpfilter/source/hwpeq.cxx
+++ b/hwpfilter/source/hwpeq.cxx
@@ -466,7 +466,7 @@ void push_token(MzString &white, MzString &token, istream *strm)
alphabet string, sigle character */
static int next_token(MzString &white, MzString &token, istream *strm)
{
- register int ch = 0;
+ int ch = 0;
if( stk->state(strm) ) {
white = stk->white;