aboutsummaryrefslogtreecommitdiff
path: root/base/plugins.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/plugins.h')
-rw-r--r--base/plugins.h2
1 files changed, 1 insertions, 1 deletions
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
/**