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 156503 - without prototype declaration
without prototype declaration
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
2.5.x
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2004-10-26 18:29 UTC by Kazuki Iwamoto
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Kazuki Iwamoto 2004-10-26 18:29:37 UTC
Please describe the problem:
Some functions are used without prototype declaration.

Functins                          C Sources              Headers
gtk_icon_size_lookup_for_settings gtkfilechooserbutton.c gtkiconfactory.h
gtk_vbox_new                      gtkmessagedialog.c     gtkvbox.h


Steps to reproduce:
1. compile by Visual C++


Actual results:
gtkfilechooserbutton.c and gtkmessagedialog.c are not compiled.

Expected results:
include gtkiconfactory.h in gtkfilechooserbutton.c
include gtkvbox.h in gtkmessagedialog.c

Does this happen every time?
every time

Other information:
Comment 1 Matthias Clasen 2004-10-26 20:06:29 UTC
2004-10-26  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkmessagedialog.c: 
	* gtk/gtkfilechooserbutton.c: Add missing includes.  (#156503, Kazuki IWAMOTO)