diff --git a/src/sbbs3/ars.c b/src/sbbs3/ars.c
index 3fc8928a72e422668a3e4e6c35c92e47a4f498b5..e1e8968f5892641480d4ed758317bb2a5802875b 100644
--- a/src/sbbs3/ars.c
+++ b/src/sbbs3/ars.c
@@ -39,6 +39,9 @@
 
 /* Converts ASCII ARS string into binary ARS buffer */
 
+#ifdef __BORLANDC__	/* Eliminate warning when buildling Baja */
+#pragma argsused
+#endif
 uchar* arstr(ushort* count, char* str, scfg_t* cfg)
 {
 	static uchar nular[2]={0};