From: Amos Jeffries Date: Sun, 14 Mar 2010 10:33:07 +0000 (+1300) Subject: Keep gcc happy X-Git-Tag: SQUID_3_2_0_1~366 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=165844780d8930701a072936c44d1144bc3aa464;p=thirdparty%2Fsquid.git Keep gcc happy --- diff --git a/lib/rfc1738.c b/lib/rfc1738.c index f4059f2b1d..72478da570 100644 --- a/lib/rfc1738.c +++ b/lib/rfc1738.c @@ -178,6 +178,8 @@ rfc1738_escape_part(const char *url) /* * Converts a ascii hex code into a binary character. */ +inline int fromhex(char ch); // prototype to keep GCC happy. + inline int fromhex(char ch) {