gplugin/gplugin

Minor tweak to not upset clang
develop
2016-01-16, Gary Kramlich
e270829a1acf
Parents 2d72261a7dfd
Children c581a82f2df7
Minor tweak to not upset clang
--- a/CMakeLists.txt Tue Jan 12 21:13:52 2016 -0600
+++ b/CMakeLists.txt Sat Jan 16 13:34:44 2016 -0600
@@ -167,7 +167,7 @@
)
else(CMAKE_COMPILER_IS_GNUCC)
add_definitions(
- -DGPLUGIN_UNUSED=""
+ -DGPLUGIN_UNUSED=
)
endif(CMAKE_COMPILER_IS_GNUCC)