mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-08 10:50:28 +00:00
Improve chibicc support (reapply 61257d48
)
This commit is contained in:
parent
9018a16e9f
commit
823ed34464
1 changed files with 1 additions and 1 deletions
2
third_party/sqlite3/sqliteInt.h
vendored
2
third_party/sqlite3/sqliteInt.h
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue