Commit 22b8c24
committed
Turn off uninitialized warnings for GCC up to 14.
Although the false positives that caused it to be disabled originally
may have been fixed in GCC 12, GCC also suffers from a problem where
-Wuninitialized may cause the build to hang on some platforms
(GCC llvm#120729). This has been fixed in GCC 15, so turn on -Wuninitialized
for GCC 15+ instead of GCC 12+.1 parent 498aead commit 22b8c24
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
510 | 510 | | |
511 | 511 | | |
512 | 512 | | |
513 | | - | |
| 513 | + | |
514 | 514 | | |
515 | 515 | | |
516 | 516 | | |
| |||
0 commit comments