cvs commit: src/sys/dev/sound/pci vibes.c

Marcel Moolenaar marcel at FreeBSD.org
Fri Mar 19 20:38:22 PST 2004


marcel      2004/03/19 20:38:21 PST

  FreeBSD src repository

  Modified files:
    sys/dev/sound/pci    vibes.c 
  Log:
  Actually program the list of recording devices in sv_mix_setrecsrc().
  This change has not been tested.
  
  This change was triggered by a gcc(1) warning on ia64 at -O2.  The
  variable v was not used after being computed, which resulted in enough
  dead code elimination (DCE) to confuse the compiler and emit a bogus
  warning about the use of the variable i without prior definition. The
  variable i is the loop variable.
  
  Submitted by: des
  Responsibility: marcel
  
  Revision  Changes    Path
  1.16      +1 -0      src/sys/dev/sound/pci/vibes.c


More information about the cvs-src mailing list