From: Memphiz Date: Mon, 13 Jan 2014 18:52:58 +0000 (+0100) Subject: [win32] - fix comilation by removing a unused "int i;" - though i have no X-Git-Tag: upstream/1.9.6^2~131^2 X-Git-Url: https://git.piment-noir.org/?p=deb_libnfs.git;a=commitdiff_plain;h=e6a8481ffd7fa8d02243f8e380bf46817c01ae8b [win32] - fix comilation by removing a unused "int i;" - though i have no clue why this fails with "';' missing before 'Typ'" --- diff --git a/nsm/libnfs-raw-nsm.c b/nsm/libnfs-raw-nsm.c index cc3997d..cee4d89 100644 --- a/nsm/libnfs-raw-nsm.c +++ b/nsm/libnfs-raw-nsm.c @@ -90,7 +90,6 @@ zdr_NSM1_MONargs (ZDR *zdrs, NSM1_MONargs *objp) register int32_t *buf; buf = NULL; - int i; if (!zdr_nsm_mon_id (zdrs, &objp->mon_id)) return FALSE; if (!zdr_opaque (zdrs, objp->priv, 16))