aboutsummaryrefslogtreecommitdiff
path: root/lib/nwlib.c
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-10-27 16:38:42 +0000
committerYang Tse <yangsita@gmail.com>2009-10-27 16:38:42 +0000
commitb2f430898053258622eebee3328f03441367a32c (patch)
tree5edb80da68f40d6f5fda70da1fa73c907cc0f4e9 /lib/nwlib.c
parent6a37135f4d56e89a85db50a38b800fd49eeafe3a (diff)
Fix Pelles C Win32 target compilation issues
Diffstat (limited to 'lib/nwlib.c')
-rw-r--r--lib/nwlib.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/nwlib.c b/lib/nwlib.c
index 185042b29..cb1c5dd02 100644
--- a/lib/nwlib.c
+++ b/lib/nwlib.c
@@ -5,7 +5,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 1998 - 2008, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2009, Daniel Stenberg, <daniel@haxx.se>, et al.
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
@@ -319,4 +319,10 @@ int main ( void )
#endif /* __NOVELL_LIBC__ */
+#else /* NETWARE */
+
+#ifdef __POCC__
+# pragma warn(disable:2024) /* Disable warning #2024: Empty input file */
+#endif
+
#endif /* NETWARE */