mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-08 19:00:27 +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".
|
** 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));
|
# define deliberate_fall_through __attribute__((fallthrough));
|
||||||
#else
|
#else
|
||||||
# define deliberate_fall_through
|
# define deliberate_fall_through
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue