mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-05 19:52:25 +00:00
Merge pull request #113 from robdaemon/fix-gcc-15
Fixes build problems on gcc 15
This commit is contained in:
commit
65baeb77a9
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ void determineOS() {
|
|||
|
||||
#define optimize "" // " -O1"
|
||||
// FIXME ignoring warning floods that possibly are problems
|
||||
#define ignore_gcc_warning_flood " -Wno-stringop-overflow"
|
||||
#define ignore_gcc_warning_flood " -Wno-stringop-overflow -std=gnu11"
|
||||
#define ignore_clang_warning_flood " -Wno-deprecated-non-prototype"
|
||||
|
||||
void determineCCompiler() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue