mirror of
https://github.com/vim/vim.git
synced 2025-10-04 05:25:06 -04:00
Avoid compiler warnings.
This commit is contained in:
@@ -696,7 +696,9 @@ ex_perl(eap)
|
||||
char *script;
|
||||
STRLEN length;
|
||||
SV *sv;
|
||||
#ifdef HAVE_SANDBOX
|
||||
SV *safe;
|
||||
#endif
|
||||
|
||||
script = (char *)script_get(eap, eap->arg);
|
||||
if (eap->skip)
|
||||
|
Reference in New Issue
Block a user