Actions
Optimization #3005
closedmake sure DetectBufferSetActiveList return codes are always checked
Effort:
Difficulty:
Label:
Description
Coverity warns us we're not checking this in a number of cases.
Use WARN_UNUSED macro to force this warning on the function prototype and fix the warnings.
Actions