We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee77f53 commit 320031fCopy full SHA for 320031f
src/wls_config.hpp
@@ -31,7 +31,7 @@
31
32
#ifdef __GNUC__
33
# define WLS_COMP_FLAG 1
34
-# if __GNUC__ < 7 && !defined(_WIN32)
+# if __GNUC__ < 7 && !defined(_WIN32) && !defined(__clang__)
35
# warning "To get best performance, GCC v7.0+ is recommended."
36
# endif
37
#else
0 commit comments