Fix the build

This commit is contained in:
Justine Tunney 2024-08-04 07:08:28 -07:00
parent 7499367060
commit c265c17d54
No known key found for this signature in database
GPG key ID: BE714B4575D6E328

View file

@ -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__