Commit 2ca497b
Fix GCC 14 build: suppress free-nonheap-object false positive
GCC 14 emits a spurious -Wfree-nonheap-object warning in
scramblesuit.cpp vector::push_back, causing -Werror to fail
the build. Suppress alongside existing stringop-overflow.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent c186e26 commit 2ca497b
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
98 | 101 | | |
99 | 102 | | |
100 | 103 | | |
| |||
0 commit comments