GNOME Bugzilla – Bug 337623
Warning in libgossip/gossip-utils.c preventing compilation.
Last modified: 2006-04-07 18:56:53 UTC
gcc 3.4.5, gentoo, amd64, latest CVS gossip-utils.c: In function `gossip_utils_regex_match': gossip-utils.c:175: warning: 'expression' might be used uninitialized in this function gossip-utils.c:175: warning: 'expression' might be used uninitialized in this function Initializing expression to NULL makes it compile here, but I'm not aware what would happen if a call to regcomp uses this NULL value =P
Thanks, fixed in CVS.