Make getChar() return int
authorThiago Macieira <thiago.macieira@intel.com>
Sat, 7 Dec 2013 06:06:50 +0000 (22:06 -0800)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Mon, 9 Dec 2013 20:49:19 +0000 (21:49 +0100)
commitf31505c3ea464d2e200504a6280b3ba982b6e724
tree36a24fc759932fff6f44d7d54d50ee3ad4bda679
parentd67f351a6495573eb9544c39b7c2b37f226dc871
Make getChar() return int

All the calls to this function are:
  yyCh = getChar();

and yyCh is an int. This solves a sign-change warning found by ICC:
cpp.cpp(427): warning #68: integer conversion resulted in a change of sign

Change-Id: I1fe00005ab5095316b49fb0a0b71bbb60141a57e
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
src/linguist/lupdate/cpp.cpp