Skip to content
Snippets Groups Projects
Commit 2b53f3a0 authored by rswindell's avatar rswindell
Browse files

Eliminated argument unused warning with Borland C++.

parent e7f3fbad
Branches
Tags
No related merge requests found
......@@ -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};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment