From: msweet Date: Tue, 9 Dec 2014 16:08:37 +0000 (+0000) Subject: Address another bogus GCC warning. X-Git-Tag: v2.2b1~424 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=770f94bc2d40514d6454d727ffbfa67282b5c344;p=thirdparty%2Fcups.git Address another bogus GCC warning. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12300 a1ca3aef-8c08-0410-bb20-df032aa958be --- diff --git a/cups/ipp.c b/cups/ipp.c index 9211ef0eef..20bd320f94 100644 --- a/cups/ipp.c +++ b/cups/ipp.c @@ -2032,7 +2032,7 @@ ippFindNextAttribute(ipp_t *ipp, /* I - IPP message */ *childattr; /* Child attribute */ ipp_tag_t value_tag; /* Value tag */ char parent[1024], /* Parent attribute name */ - *child; /* Child attribute name */ + *child = NULL; /* Child attribute name */ DEBUG_printf(("2ippFindNextAttribute(ipp=%p, name=\"%s\", type=%02x(%s))",