We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc97c47 commit 995f949Copy full SHA for 995f949
utils/s2n_safety.h
@@ -292,7 +292,7 @@
292
/**
293
* Marks a case of a switch statement as able to fall through to the next case
294
*/
295
-#if (defined(__clang__) && __clang_major__ >= 4) || (defined(__GNUC__) && __GNUC__ >= 7)
+#if (defined(__clang__) && __clang_major__ >= 10) || (defined(__GNUC__) && __GNUC__ >= 7)
296
# define FALL_THROUGH __attribute__((fallthrough))
297
#else
298
# define FALL_THROUGH ((void)0)
0 commit comments