summaryrefslogtreecommitdiff
path: root/boost/units/config.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/units/config.hpp')
-rw-r--r--boost/units/config.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/units/config.hpp b/boost/units/config.hpp
index 694abd5aaf..64e9025ce6 100644
--- a/boost/units/config.hpp
+++ b/boost/units/config.hpp
@@ -75,7 +75,7 @@
#define BOOST_UNITS_CHECK_LAYOUT_COMPATIBILITY(a, b) BOOST_STATIC_ASSERT((sizeof(a) == sizeof(b)))
#else
///INTERNAL ONLY
- #define BOOST_UNITS_CHECK_LAYOUT_COMPATIBILITY(a, b) ((void)0)
+ #define BOOST_UNITS_CHECK_LAYOUT_COMPATIBILITY(a, b)
#endif
#ifdef BOOST_UNITS_DOXYGEN