Actions
Feature #14
closedastr_reserve(): Stop asserting non-NULLness of nonnull parameter
Start date:
12/02/2023
Due date:
% Done:
0%
Estimated time:
Description
astr_reserve() has 'astr' 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