summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2016-05-22 13:36:40 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2016-05-22 13:36:40 +0000
commitffbcd89b539bb7d9440f9acc5622107a569b2421 (patch)
treef2c6b9bf794fb2c9819337c4d4b509cc02055cf1 /FL
parent867e640cb836f4a54141541536222c6304a7d2ed (diff)
Fix compiler warnings.
FL/platform_types.h: C++ style comments are not allowed in ISO C90. src/Fl_Help_View.cxx: type qualifiers ignored on function return type. src/Fl_Image_Surface.cxx: (Linux) converting to non-pointer type ‘long unsigned int’ from NULL [-Wconversion-null] Line #70: In member function ‘Fl_Offscreen Fl_Image_Surface::offscreen()’ git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11748 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
-rw-r--r--FL/platform_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/platform_types.h b/FL/platform_types.h
index 7cdb8e4e3..3d812922e 100644
--- a/FL/platform_types.h
+++ b/FL/platform_types.h
@@ -62,7 +62,7 @@ typedef int FL_SOCKET;
typedef NSOpenGLContext* GLContext;
#elif defined(__cplusplus)
typedef class NSOpenGLContext* GLContext;
-#endif // __OBJC__
+#endif /* __OBJC__ */
#include <sys/stat.h>
#include <sys/types.h>