mirror of
https://github.com/fltk/fltk.git
synced 2026-05-12 01:54:25 +08:00
Fix compiler warnings [-Wmissing-declarations].
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11559 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
#include <ctype.h>
|
||||
#include <stdlib.h>
|
||||
#include <FL/platform_types.h>
|
||||
#include <FL/filename.H>
|
||||
|
||||
/*
|
||||
* 'numericsort()' - Compare two directory entries, possibly with
|
||||
|
||||
+4
-1
@@ -19,9 +19,12 @@
|
||||
* This file is required on all platforms for UTF-8 support
|
||||
*/
|
||||
|
||||
#include "headers/case.h"
|
||||
#include "../Xutf8.h"
|
||||
#include <stdlib.h>
|
||||
|
||||
/* include UCS tables */
|
||||
#include "headers/case.h"
|
||||
|
||||
int
|
||||
XUtf8Tolower(int ucs) {
|
||||
int ret;
|
||||
|
||||
@@ -15,9 +15,12 @@
|
||||
*/
|
||||
|
||||
/*
|
||||
* This file is required on all platforms for utf8 support
|
||||
* This file is required on all platforms for UTF-8 support
|
||||
*/
|
||||
|
||||
#include "../Xutf8.h"
|
||||
|
||||
/* include UCS tables */
|
||||
#include "headers/spacing.h"
|
||||
|
||||
unsigned short
|
||||
|
||||
Reference in New Issue
Block a user