Re: LLVM warning in dev/ic/atw.c

2013-12-03 Thread Stuart Henderson
On 2013/12/03 17:32, Brad Smith wrote: > The bit of code that calls this function is #if 0'd out so leave the function > there but #if 0 it out as well. > > atw.c:3021:1: error: unused function 'atw_hw_decrypted' > [-Werror,-Wunused-function] OK, though after looking through BUGS in the manpage,

LLVM warning in dev/ic/atw.c

2013-12-03 Thread Brad Smith
The bit of code that calls this function is #if 0'd out so leave the function there but #if 0 it out as well. atw.c:3021:1: error: unused function 'atw_hw_decrypted' [-Werror,-Wunused-function] OK? Index: atw.c === RCS file: /home