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 321333 - error in gimpdatafactory.c
error in gimpdatafactory.c
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: General
2.3.x
Other IRIX
: Normal normal
: 2.4
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2005-11-13 00:43 UTC by g.fischer@ah-online.com
Modified: 2008-01-15 14:04 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description g.fischer@ah-online.com 2005-11-13 00:43:27 UTC
Distribution/Version: 6.5.28

irix 6.5.28, mipspro 7.43, gimp 2.3.5
-----------------------------

cc-1117 c99: ERROR File = gimpdatafactory.c, Line = 464
  An expression appears after a "return" in a "void" function.

    return gimp_data_factory_data_foreach (factory,
           ^
Comment 1 Michael Natterer 2005-11-13 21:31:53 UTC
Fixed in CVS:

2005-11-13  Sven Neumann  <sven@gimp.org>

	* app/core/gimpdatafactory.c (gimp_data_factory_data_free): do not
	return a value from a void function. Fixes bug #321333.
Comment 2 g.fischer@ah-online.com 2005-11-13 22:01:15 UTC
great!
as fast as always.

thanks!!