Skip to content
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.

warning: argument 1 null where non-null expected [-Wnonnull] #76

Open
sthibaul opened this issue Mar 22, 2020 · 0 comments
Open

warning: argument 1 null where non-null expected [-Wnonnull] #76

sthibaul opened this issue Mar 22, 2020 · 0 comments

Comments

@sthibaul
Copy link
Contributor

Here:

fwrite(voiced_buf, sizeof(int16), voiced_nsamps, file);

voiced_buf is always NULL, and passed as such to fwrite.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant