build: icc: silence some warnings
authorMans Rullgard <mans@mansr.com>
Wed, 25 Apr 2012 20:15:39 +0000 (21:15 +0100)
committerMans Rullgard <mans@mansr.com>
Wed, 25 Apr 2012 22:19:40 +0000 (23:19 +0100)
commit88de5b0a730ff613a8fff1d7dfd80735c6a4367a
tree1b9428381adbd0bbf5659a9cdb08f05e703af560
parentb6a6e90a7c79f9530637a1efb62e0af4049822c1
build: icc: silence some warnings

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: Mans Rullgard <mans@mansr.com>
configure