summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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