From 65adc1712123f81847a85ce0374acc5a741368ec Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 5 Apr 2014 20:18:26 +0100 Subject: Fix a bunch of cppcheck unused/unreadVariable warnings --- amiga/plugin_hack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amiga/plugin_hack.c') diff --git a/amiga/plugin_hack.c b/amiga/plugin_hack.c index f78a67e2d..9bfd7a3d3 100644 --- a/amiga/plugin_hack.c +++ b/amiga/plugin_hack.c @@ -132,7 +132,7 @@ void amiga_plugin_hack_destroy(struct content *c) { amiga_plugin_hack_content *plugin = (amiga_plugin_hack_content *) c; - LOG(("amiga_plugin_hack_destroy")); + LOG(("amiga_plugin_hack_destroy %p", plugin)); return; } -- cgit v1.2.3