Mute unused parameter warnings

This commit is contained in:
2026-06-03 10:46:25 +02:00
parent efd568a416
commit a487b0ba48
3 changed files with 6 additions and 3 deletions

View File

@@ -254,7 +254,8 @@ Implementation tasks:
`C4100` muted temporarily under `DEBT-0019`.
- Optional MSVC analysis preset: `/analyze`.
- Clang/GCC: `-Wall -Wextra -Wpedantic -Wconversion -Wshadow
-Wnull-dereference`.
-Wnull-dereference`, with `-Wunused-parameter` muted temporarily under
`DEBT-0019`.
- Keep exceptions disabled for PanoPainter targets, except isolated SDK wrapper
targets when unavoidable.
- Add sanitizer presets: