summaryrefslogtreecommitdiff
path: root/lib/nwos.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/nwos.c')
-rw-r--r--lib/nwos.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/nwos.c b/lib/nwos.c
index d9bfcf15e..399580c82 100644
--- a/lib/nwos.c
+++ b/lib/nwos.c
@@ -5,7 +5,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 1998 - 2007, 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
@@ -87,6 +87,10 @@ int __deinit_environment ( void )
#endif /* __NOVELL_LIBC__ */
-#endif /* NETWARE */
+#else /* NETWARE */
+#ifdef __POCC__
+# pragma warn(disable:2024) /* Disable warning #2024: Empty input file */
+#endif
+#endif /* NETWARE */