• Mans Rullgard's avatar
    build: icc: silence some warnings · 88de5b0a
    Mans Rullgard authored
    
    
    This disables the warning "external declaration in primary source file"
    which is issued when a prototype for an extern function is found in a
    .c file rather than a header file.  We have such prototypes for asm
    functions where a separate header file would be pointless.
    
    Signed-off-by: default avatarMans Rullgard <mans@mansr.com>
    88de5b0a