Get rid of artificial compiler warnings

Get rid of artificial compiler warnings generated with the #warning
directive. They pollute the build output and don't work as incentives
for fixing stuff.
This commit is contained in:
Martin Nordholts
2009-07-20 11:53:02 +02:00
parent e564cc2e4e
commit b2b2b41e62
20 changed files with 21 additions and 66 deletions

View File

@ -1053,9 +1053,7 @@ gimp_ui_manager_item_key_press (GtkWidget *widget,
/* Stuff below taken from gtktooltip.c
*/
#ifdef __GNUC__
#warning FIXME: remove this crack as soon as a GTK+ widget_under_pointer() is available
#endif
/* FIXME: remove this crack as soon as a GTK+ widget_under_pointer() is available */
struct ChildLocation
{