Fix compiler warnings (STR 2988), porting from branch-1.3.

This commit is the accumulated patch introduced in branch 1.3
in svn r 11094, 11095, and 11096.


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11097 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Albrecht Schlosser
2016-01-31 04:33:54 +00:00
parent 642187dc1c
commit 0a6be0a83f
31 changed files with 407 additions and 133 deletions
+6 -6
View File
@@ -4,12 +4,12 @@
*
* Configuration file for the Fast Light Tool Kit (FLTK).
*
* Copyright 1998-2015 by Bill Spitzak and others.
* Copyright 1998-2016 by Bill Spitzak and others.
*
* This library is free software. Distribution and use rights are outlined in
* the file "COPYING" which should have been included with this file. If this
* file is missing or damaged, see the license at:
*
*
* http://www.fltk.org/COPYING.php
*
* Please report all bugs and problems on the following page:
@@ -274,8 +274,8 @@
/*
* FLTK_USE_CAIRO
*
* Do we have the cairo library available and want extended cairo use in fltk ?
* will implies to link cairo.lib in all fltk based apps.
* Do we have the cairo library available and want extended cairo use in FLTK ?
* This implies to link cairo.lib in all FLTK based apps.
*/
#cmakedefine FLTK_USE_CAIRO 1
@@ -333,8 +333,8 @@
* Do we have the dlsym() function and header?
*/
#cmakedefine HAVE_DLFCN_H 1
#cmakedefine HAVE_DLSYM 1
#cmakedefine01 HAVE_DLFCN_H
#cmakedefine01 HAVE_DLSYM
/*
* End of "$Id$".