On Sat, Jul 09, 2005 at 12:26:15AM +0200, Hubert Feyrer wrote: > /src/sys/dev/ic/iavc.c: In function `iavc_receive_init': > /src/sys/dev/ic/iavc.c:585: warning: declaration of `version' shadows a > global declaration Rename the variable in that function (to "ver" or something). BTW: I don't like -Wshadow. Martin