From 932106714b2d95e2e907720631dee9624c04b45d Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Thu, 3 Oct 2013 17:48:20 +0200 Subject: Add -Wall etc.. --- cifs_idmap_sss.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cifs_idmap_sss.c') diff --git a/cifs_idmap_sss.c b/cifs_idmap_sss.c index 7955f0c..8831ab1 100644 --- a/cifs_idmap_sss.c +++ b/cifs_idmap_sss.c @@ -198,7 +198,7 @@ int cifs_idmap_sids_to_ids(void *handle, const struct cifs_sid *sid, enum idmap_error_code idmap_err; int err; int success = -1; - int i; + size_t i; debug("num: %zd", num); @@ -270,7 +270,7 @@ int cifs_idmap_ids_to_sids(void *handle, const struct cifs_uxid *cuxid, enum idmap_error_code idmap_err; int err; int success = -1; - int i; + size_t i; debug("num ids: %zd", num); -- cgit