Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add asserts to tell static analyzer we know what we're doing...
nfc.c:1244:19: warning: Dereference of undefined pointer value for (int i = 0; nmt[i]; i++) { ^~~~~~ nfc.c:1256:23: warning: Dereference of undefined pointer value for (int j = 0; nbr[j]; j++) { ^~~~~~
- Loading branch information