[gnumeric] Compilation: avoid #warn in headers



commit d51e6e200d95efc1d85d04f59927c5664efb7583
Author: Morten Welinder <terra gnome org>
Date:   Sun Feb 24 10:24:11 2013 -0500

    Compilation: avoid #warn in headers

 src/gnm-style-impl.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gnm-style-impl.h b/src/gnm-style-impl.h
index 7e58cb0..5c0a5c8 100644
--- a/src/gnm-style-impl.h
+++ b/src/gnm-style-impl.h
@@ -37,7 +37,7 @@ struct _GnmStyle {
        GnmBorder       *borders[MSTYLE_BORDER_DIAGONAL - MSTYLE_BORDER_TOP + 1];
        guint32          pattern;
 
-#warning TODO use GOFont
+       /* FIXME: TODO use GOFont */
        struct _GnmStyleFontDetails {
                GOString        *name;
                gboolean        bold;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]