Skip to content

Commit ed946af

Browse files
authored
1 parent 684baa1 commit ed946af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simde/simde-detect-clang.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
# define SIMDE_DETECT_CLANG_VERSION 150000
6767
# elif __has_warning("-Wbitwise-instead-of-logical")
6868
# define SIMDE_DETECT_CLANG_VERSION 140000
69-
# elif __has_warning("-Wwaix-compat")
69+
# elif __has_warning("-Waix-compat")
7070
# define SIMDE_DETECT_CLANG_VERSION 130000
7171
# elif __has_warning("-Wformat-insufficient-args")
7272
# define SIMDE_DETECT_CLANG_VERSION 120000

0 commit comments

Comments
 (0)