From fd4189180da1faee7ac50d13757987bb9625b1ed Mon Sep 17 00:00:00 2001 From: Andre Heider Date: Mon, 6 Sep 2010 22:18:10 +0000 Subject: PLUGINS: Fix warning when not using the ELF loader. svn-id: r52613 --- base/plugins.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base/plugins.h') diff --git a/base/plugins.h b/base/plugins.h index eb7e93ddba..d4728d8a4c 100644 --- a/base/plugins.h +++ b/base/plugins.h @@ -94,7 +94,7 @@ extern int pluginTypeVersions[PLUGIN_TYPE_MAX]; #if defined(ELF_LOADER_TARGET) && defined(ELF_LOADER_CXA_ATEXIT) #define PLUGIN_DYNAMIC_EXTRA_DECL uint32 __dso_handle __attribute__((visibility ("hidden"))) = 0 #else -#define PLUGIN_DYNAMIC_EXTRA_DECL +#define PLUGIN_DYNAMIC_EXTRA_DECL void dummyFuncToAllowTrailingSemicolon() #endif /** -- cgit v1.2.3