mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-07 06:53:33 +00:00
Fix the build
This commit is contained in:
parent
7499367060
commit
c265c17d54
1 changed files with 2 additions and 2 deletions
|
@ -531,8 +531,8 @@ typedef struct {
|
|||
#pragma GCC diagnostic ignored "-Wold-style-definition" /* orwellian bullsh */
|
||||
#endif
|
||||
|
||||
#if defined __GNUC__ && __GNUC__ >= 14
|
||||
#pragma GCC diagnostic warning "-Wimplicit-function-declaration"
|
||||
#if !defined(__cplusplus) && defined(__GNUC__) && __GNUC__ >= 14
|
||||
#pragma GCC diagnostic ignored "-Wimplicit-function-declaration"
|
||||
#endif
|
||||
|
||||
#ifdef __x86_64__
|
||||
|
|
Loading…
Reference in a new issue