diff --git a/third_party/sqlite3/sqliteInt.h b/third_party/sqlite3/sqliteInt.h index 5f4437767..bca0d307a 100644 --- a/third_party/sqlite3/sqliteInt.h +++ b/third_party/sqlite3/sqliteInt.h @@ -143,7 +143,7 @@ /* ** Macro to disable warnings about missing "break" at the end of a "case". */ -#if GCC_VERSION>=7000000 +#if GCC_VERSION>=7000000 && !defined(__chibicc__) # define deliberate_fall_through __attribute__((fallthrough)); #else # define deliberate_fall_through