deal with some MSYS2 warnings

This commit is contained in:
nhmall
2024-12-12 17:02:37 -05:00
parent 3491535548
commit 1b607d1757
3 changed files with 25 additions and 11 deletions

View File

@@ -665,6 +665,7 @@ execplinehandler(const char *line)
args[1] = line;
args[2] = NULL;
ret = _spawnv(_P_NOWAIT, sysopt.msghandler, args);
nhUse(ret); /* -Wunused-but-set-variable */
}
#else
use_pline_handler = FALSE;