Commits
Gregory Maxwell committed c64f4a4265c
Update headers to cause warnings on unused returns and null args. In places where an ignored return or a null-arg is a sure indication of a bug add the GCC warning attributes. The null arg annotation is not enable for Opus itself because it will cause the compiler to optimize out some null checks. I don't trust our callers quite that much.