• Gregory Maxwell's avatar
    Update headers to cause warnings on unused returns and null args. · c64f4a42
    Gregory Maxwell authored
    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.
    c64f4a42