Skip to content
Snippets Groups Projects
Commit 87926cda authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Fix new GCC warning about unused variable.

parent d0551f34
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #917 passed
......@@ -1842,6 +1842,7 @@ char* sbbs_t::cmdstr(const char *instr, const char *fpath, const char *fspec, ch
char str[MAX_PATH+1],*cmd;
int i,j,len;
bool native = (mode == EX_UNSPECIFIED) || native_executable(&cfg, instr, mode);
(void) native;
if(outstr==NULL)
cmd=cmdstr_output;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment