Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Dec 2001 10:13:44 -0800 (PST)
From:      Bill Paul <wpaul@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/pci if_dc.c
Message-ID:  <200112191813.fBJIDiE39040@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
wpaul       2001/12/19 10:13:44 PST

  Modified files:
    sys/pci              if_dc.c 
  Log:
  Fix compiler warning in dc_intr(): if the only code that does a "goto"
  to a label is inside an #ifdef block, then the label should *also* be
  inside an #ifdef block. Hide the "done:" label which is only used if
  DEVICE_POLLING is enabled under #ifdef DEVICE_POLLING.
  
  Revision  Changes    Path
  1.66      +3 -0      src/sys/pci/if_dc.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?200112191813.fBJIDiE39040>