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