gplugin/gplugin

Fix GPLUGIN_UNUSED on OSX
feature/tcc-loader
2015-02-09, Gary Kramlich
99a988bc3769
Parents eb6884516629
Children e6b9c38a44c9
Fix GPLUGIN_UNUSED on OSX
--- a/CMakeLists.txt Wed Feb 04 20:08:46 2015 -0600
+++ b/CMakeLists.txt Mon Feb 09 14:21:03 2015 -0600
@@ -156,7 +156,7 @@
)
else(CMAKE_COMPILER_IS_GNUCC)
add_definitions(
- -DGPLUGIN_UNUSED=""
+ -DGPLUGIN_UNUSED=
)
endif(CMAKE_COMPILER_IS_GNUCC)