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
#1
Updated by Marko Lindqvist 12 months ago
- File 0030-support.c-Drop-asserts-of-parameters-with-nonnull-at.patch 0030-support.c-Drop-asserts-of-parameters-with-nonnull-at.patch added
- File 0021-support.c-Drop-asserts-of-parameters-with-nonnull-at.patch 0021-support.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 11 months ago
- Status changed from In Review to Closed
Actions