From 4d0a72574d1315552ded54eae594b9ea4b5f981d Mon Sep 17 00:00:00 2001 From: Jörg Hohensohn Date: Sat, 1 May 2004 15:45:01 +0000 Subject: fix a simulator warning git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4571 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps') diff --git a/apps/plugin.c b/apps/plugin.c index 912445ffe4..d1b369ff77 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -68,7 +68,9 @@ extern void bitswap(unsigned char *data, int length); static bool plugin_loaded = false; static int plugin_size = 0; +#ifndef SIMULATOR static void (*pfn_timer)(void) = NULL; /* user timer handler */ +#endif static void (*pfn_tsr_exit)(void) = NULL; /* TSR exit callback */ static int plugin_test(int api_version, int model, int memsize); -- cgit v1.2.3