[MDEV-33220] clean up spider code patterns that could result in -wmaybe-uninitialized Created: 2024-01-10 Updated: 2024-01-19 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - Spider |
| Fix Version/s: | 10.4 |
| Type: | Task | Priority: | Major |
| Reporter: | Yuchen Pei | Assignee: | Yuchen Pei |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Reported by marko. Instead of
do
|
| Comments |
| Comment by Marko Mäkelä [ 2024-01-19 ] |
|
The warnings are issued by GCC when building with -Og (optimize while trying to keep the executable debugger-friendly). |