aboutsummaryrefslogtreecommitdiff
path: root/lib/amigaos.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/amigaos.c')
-rw-r--r--lib/amigaos.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/amigaos.c b/lib/amigaos.c
index c7438a4eb..0e3445d81 100644
--- a/lib/amigaos.c
+++ b/lib/amigaos.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
@@ -72,4 +72,10 @@ BOOL amiga_init()
ADD2EXIT(amiga_cleanup,-50);
#endif
+#else /* __AMIGA__ */
+
+#ifdef __POCC__
+# pragma warn(disable:2024) /* Disable warning #2024: Empty input file */
+#endif
+
#endif /* __AMIGA__ */