From 9cec3d45aa1e7c7b3aed4559aa8bef57d24612d9 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Mon, 21 Feb 2000 05:20:38 +0000 Subject: Respond to a multitude of g++ warnings. --- winsup/cygwin/security.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'winsup/cygwin/security.cc') diff --git a/winsup/cygwin/security.cc b/winsup/cygwin/security.cc index df62f1a7d..6778fb20b 100644 --- a/winsup/cygwin/security.cc +++ b/winsup/cygwin/security.cc @@ -1782,7 +1782,7 @@ int acecmp (const void *a1, const void *a2) extern "C" int -aclsort (int nentries, int calclass, aclent_t *aclbufp) +aclsort (int nentries, int, aclent_t *aclbufp) { if (aclcheck (aclbufp, nentries, NULL)) return -1; @@ -1975,7 +1975,7 @@ permfromstr (char *perm) extern "C" aclent_t * -aclfromtext (char *acltextp, int *aclcnt) +aclfromtext (char *acltextp, int *) { if (!acltextp) { -- cgit v1.2.3