Mute unused parameter warnings
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user