0
0
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:
Bram Moolenaar
2010-06-06 23:04:47 +02:00
parent debe25a2a5
commit 9d6650f6c4
6 changed files with 22 additions and 18 deletions

View File

@@ -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)