Skip to content

Commit 320031f

Browse files
committed
Updated to support clang
1 parent ee77f53 commit 320031f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wls_config.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
#ifdef __GNUC__
3333
# define WLS_COMP_FLAG 1
34-
# if __GNUC__ < 7 && !defined(_WIN32)
34+
# if __GNUC__ < 7 && !defined(_WIN32) && !defined(__clang__)
3535
# warning "To get best performance, GCC v7.0+ is recommended."
3636
# endif
3737
#else

0 commit comments

Comments
 (0)