After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 337623 - Warning in libgossip/gossip-utils.c preventing compilation.
Warning in libgossip/gossip-utils.c preventing compilation.
Status: RESOLVED FIXED
Product: gossip
Classification: Deprecated
Component: General
0.10.x
Other Linux
: Normal normal
: ---
Assigned To: Gossip Maintainers
Gossip Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-04-07 13:21 UTC by Caio Marcelo de Oliveira Filho
Modified: 2006-04-07 18:56 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Caio Marcelo de Oliveira Filho 2006-04-07 13:21:00 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
Comment 1 Richard Hult 2006-04-07 18:43:26 UTC
Thanks, fixed in CVS.