mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-12 01:08:00 +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 */
|
#pragma GCC diagnostic ignored "-Wold-style-definition" /* orwellian bullsh */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined __GNUC__ && __GNUC__ >= 14
|
#if !defined(__cplusplus) && defined(__GNUC__) && __GNUC__ >= 14
|
||||||
#pragma GCC diagnostic warning "-Wimplicit-function-declaration"
|
#pragma GCC diagnostic ignored "-Wimplicit-function-declaration"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __x86_64__
|
#ifdef __x86_64__
|
||||||
|
|
Loading…
Reference in a new issue