Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[libc] Fix for unused variable warning
This fixes the `unused variable 'new_inner_size'` warning that arises when `new_inner_size` is only used by `LIBC_ASSERT` by performing the calculation directly in the macro.
- Loading branch information