diff --git a/core/AmUriParser.cpp b/core/AmUriParser.cpp index b8470391..19549353 100644 --- a/core/AmUriParser.cpp +++ b/core/AmUriParser.cpp @@ -94,7 +94,7 @@ static inline int skip_uri(const string& s, unsigned int pos) unsigned int len = s.length() - pos; unsigned int p = pos; - register int st = ST1; + int st = ST1; while(len) { switch(s[p]) {