Actions
Feature #28
closedfc_utf8.c: Stop asserting non-NULLness of nonnull parameters
Start date:
12/05/2023
Due date:
% Done:
0%
Estimated time:
Description
Many fc_utf8.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