summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2015-01-03 13:39:01 -0800
committerBen Longbons <b.r.longbons@gmail.com>2015-01-03 13:39:01 -0800
commit0689b8424345cc305530deb7fa743335d282e103 (patch)
tree4c12287e05d9abf9e17370d2dfc386d8ea4ad539 /include
parent6bf7732916c9b1c936465f5ad57572dd4fb6554f (diff)
downloadtmwa-0689b8424345cc305530deb7fa743335d282e103.tar.gz
tmwa-0689b8424345cc305530deb7fa743335d282e103.tar.bz2
tmwa-0689b8424345cc305530deb7fa743335d282e103.tar.xz
tmwa-0689b8424345cc305530deb7fa743335d282e103.zip
Fix clang builds
Diffstat (limited to 'include')
-rw-r--r--include/tmwa/shared.hpp8
1 files changed, 2 insertions, 6 deletions
diff --git a/include/tmwa/shared.hpp b/include/tmwa/shared.hpp
index 8b6bfbc..95174ab 100644
--- a/include/tmwa/shared.hpp
+++ b/include/tmwa/shared.hpp
@@ -22,13 +22,9 @@
// TODO also make sure any exception classes are public
-#ifndef __clang__
-# pragma GCC visibility push(default)
-#endif
+#pragma GCC visibility push(default)
namespace tmwa
{
void check_paths();
} // namespace tmwa
-#ifndef __clang__
-# pragma GCC visibility pop
-#endif
+#pragma GCC visibility pop