From 23bdc8a0e8b3ad414e02095443db0bf800a416a7 Mon Sep 17 00:00:00 2001 From: lecoanet Date: Tue, 22 Mar 2005 15:30:02 +0000 Subject: Suppressed __unused attribute, this will be dealed with by the gcc directive -Wno-unused-parameter and VC++ does not care about these anyway. --- generic/Field.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'generic/Field.c') diff --git a/generic/Field.c b/generic/Field.c index b2b6528..5ff53e0 100644 --- a/generic/Field.c +++ b/generic/Field.c @@ -1047,7 +1047,7 @@ ConfigureField(ZnFieldSet fs, static int QueryField(ZnFieldSet fs, int field, - int argc __znunused, + int argc, Tcl_Obj *CONST argv[]) { if ((field < 0) || ((unsigned int) field >= fs->num_fields)) { -- cgit v1.1