Actions
Feature #42
closedsupport.c: Stop asserting non-NULLness of nonnull parameters
Start date:
12/09/2023
Due date:
% Done:
0%
Estimated time:
Description
Some support.c functions have parameters with nonnull attribute that they also asserts to be not NULL. Drop the asserts to fix nonnull compiler warning about the checks.
Files
Actions