Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Feb 2002 01:16:00 -0800 (PST)
From:      Julian Elischer <julian@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/usb ohci.c uhci.c
Message-ID:  <200202270916.g1R9G1k94909@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
julian      2002/02/27 01:16:00 PST

  Modified files:
    sys/dev/usb          ohci.c uhci.c 
  Log:
  Fix warnings that have become fatal
  1/ conditionalise (#if 0) function that is not used.
   Unused code left in place for netBSD compatibility.
  2/ Recode loop to convince gcc that it does initialise a variable
   (use do-while instead of for() so gcc knows that we always go through
   at least once.  Feel free to check my logic.
  
  Revision  Changes    Path
  1.64      +6 -3      src/sys/dev/usb/ohci.c
  1.83      +4 -0      src/sys/dev/usb/uhci.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202270916.g1R9G1k94909>