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

@@ -17,7 +17,9 @@ function(pp_configure_project_warnings target)
-Wpedantic
-Wconversion
-Wshadow
-Wnull-dereference)
-Wnull-dereference
# DEBT-0019: remove once legacy callback/interface parameters are either named intentionally or consumed.
-Wno-unused-parameter)
endif()
if(PP_ENABLE_ASAN)