mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-28 00:02:28 +00:00
Release Cosmopolitan v3.6.0
This release is an atomic upgrade to GCC 14.1.0 with C23 and C++23
This commit is contained in:
parent
62ace3623a
commit
5660ec4741
1585 changed files with 117353 additions and 271644 deletions
|
@ -4,6 +4,14 @@
|
|||
#include "libc/runtime/runtime.h"
|
||||
#include "tool/lambda/lib/blc.h"
|
||||
|
||||
#if defined __GNUC__ && __GNUC__ >= 14
|
||||
#pragma GCC diagnostic ignored "-Wimplicit-function-declaration"
|
||||
#pragma GCC diagnostic ignored "-Wincompatible-pointer-types"
|
||||
#pragma GCC diagnostic ignored "-Wreturn-mismatch"
|
||||
#pragma GCC diagnostic ignored "-Wint-conversion"
|
||||
#pragma GCC diagnostic ignored "-Wimplicit-int"
|
||||
#endif
|
||||
|
||||
#define A 500000
|
||||
#define X 8
|
||||
#define Int long
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue