Actions
Feature #50
closedget_effect_expected_value(): Stop asserting non-NULLness of nonnull parameter
Start date:
12/10/2023
Due date:
% Done:
0%
Estimated time:
Description
get_effect_expected_value() has 'weighter' parameter with nonnull attribute, and it also asserts that it's not NULL. Drop the assert to fix nonnull compiler warning about the check.
Files
Actions