From a68ea3c06961b6dbc5ad671c50f6a2e01624a689 Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Sun, 15 Mar 2009 03:14:43 +0000 Subject: Surrounded all #warning's with #if defined(__GNUC__) to prevent compiling problems on non-gnu compilers. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6687 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Help_View.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Fl_Help_View.cxx') diff --git a/src/Fl_Help_View.cxx b/src/Fl_Help_View.cxx index 9b33e5ffe..312d5cbc5 100644 --- a/src/Fl_Help_View.cxx +++ b/src/Fl_Help_View.cxx @@ -1455,7 +1455,9 @@ void Fl_Help_View::format() { popfont(font, fsize, fcolor); + //#if defined(__GNUC__) //#warning FIXME this isspace & 255 test will probably not work on a utf8 stream... And we use it everywhere! + //#endif /*__GNUC__*/ while (isspace((*ptr)&255)) ptr ++; -- cgit v1.2.3