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
Updated by Marko Lindqvist 12 months ago
- File 0017-fc_utf8.c-Drop-asserts-of-parameters-with-nonnull-at.patch 0017-fc_utf8.c-Drop-asserts-of-parameters-with-nonnull-at.patch added
- Status changed from New to In Review
- Assignee set to Marko Lindqvist
Updated by Marko Lindqvist 12 months ago
- Status changed from In Review to Closed
Actions