For consistency, prefix the #warning:s with FIXME.

* app/widgets/gimpselectioneditor.c: For consistency, prefix the
#warning:s with FIXME.

svn path=/trunk/; revision=27695
This commit is contained in:
Martin Nordholts 2008-11-21 07:16:00 +00:00
parent 1cf1276793
commit 9cb700d7f2
3 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2008-11-21 Martin Nordholts <martinn@svn.gnome.org>
* app/widgets/gimpselectioneditor.c: For consistency, prefix the
#warning:s with FIXME.
2008-11-21 Martin Nordholts <martinn@svn.gnome.org>
* app/core/gimpcontainer.[ch]: Move the rest of the class instance

View file

@ -21,7 +21,7 @@
#include <string.h>
#ifdef __GNUC__
#warning GTK_DISABLE_DEPRECATED
#warning FIXME: #undef GTK_DISABLE_DEPRECATED
#endif
#undef GTK_DISABLE_DEPRECATED

View file

@ -38,7 +38,7 @@
#include "core/gimptoolinfo.h"
#ifdef __GNUC__
#warning #include "tools/tools-types.h"
#warning FIXME: #include "tools/tools-types.h"
#endif
#include "tools/tools-types.h"
#include "tools/gimpregionselectoptions.h"