unreferenced local variable warning

This commit is contained in:
nhmall
2022-05-04 08:48:56 -04:00
parent 4c3d5e9db4
commit 721b1cc9b9

View File

@@ -534,7 +534,9 @@ static boolean use_pline_handler = TRUE;
static void
execplinehandler(const char *line)
{
#if defined(POSIX_TYPES) || defined(__GNUC__)
int f;
#endif
const char *args[3];
char *env;