diff --git a/src/xpdev/conwrap.c b/src/xpdev/conwrap.c
index 67e0c8e7379bb42ef2df532c30ffbbd876493c60..9171d13161267f0a30abbf8d782070098cb8a57c 100644
--- a/src/xpdev/conwrap.c
+++ b/src/xpdev/conwrap.c
@@ -80,7 +80,9 @@ void _termios_reset(void)
 /************************************************
   This pair of functions handles Ctrl-Z presses
 ************************************************/
-
+#if defined(__BORLANDC__)
+        #pragma argsused
+#endif
 void _sighandler_stop(int sig)
 {
     // clean up the terminal
@@ -89,7 +91,9 @@ void _sighandler_stop(int sig)
     // ... and stop
 	kill(getpid(), SIGSTOP);
 }
-
+#if defined(__BORLANDC__)
+        #pragma argsused
+#endif
 void _sighandler_cont(int sig)
 {
     // restore terminal