diff --git a/wolfssl/wolfcrypt/types.h b/wolfssl/wolfcrypt/types.h index 54cfce686..2e2817e39 100644 --- a/wolfssl/wolfcrypt/types.h +++ b/wolfssl/wolfcrypt/types.h @@ -300,7 +300,7 @@ decouple library dependencies with standard string, memory and so on. #if defined(WOLFSSL_LINUXKM) && defined(fallthrough) #define FALL_THROUGH fallthrough #else - #define FALL_THROUGH __attribute__ ((fallthrough)); + #define FALL_THROUGH ; __attribute__ ((fallthrough)) #endif #endif #endif