From 757d2e2e3758a4f1efa31f2bb2f469da0a94b387 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Thu, 18 Sep 2008 20:27:57 +0000 Subject: [PATCH] warning fix git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10870 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Source/Modules/allegrocl.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Modules/allegrocl.cxx b/Source/Modules/allegrocl.cxx index 63988a868..7bddabb94 100644 --- a/Source/Modules/allegrocl.cxx +++ b/Source/Modules/allegrocl.cxx @@ -735,12 +735,12 @@ String *internal_compose_foreign_type(SwigType *ty) { return ffiType; } -String *compose_foreign_type(SwigType *ty, String *id = 0) { +String *compose_foreign_type(SwigType *ty, String * /*id*/ = 0) { /* Hash *lookup_res = Swig_typemap_search("ffitype", ty, id, 0); */ #ifdef ALLEGROCL_TYPE_DEBUG - Printf(stderr, "compose_foreign_type: ENTER (%s)(%s)...\n ", ty, (id ? id : 0)); + Printf(stderr, "compose_foreign_type: ENTER (%s)...\n ", ty, (id ? id : 0)); /* String *id_ref = SwigType_str(ty, id); Printf(stderr, "looking up typemap for %s, found '%s'(%x)\n", id_ref, lookup_res ? Getattr(lookup_res, "code") : 0, lookup_res);