Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Jun 2002 09:20:27 -0700 (PDT)
From:      Alfred Perlstein <alfred@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/cardbus cardbus_cis.c
Message-ID:  <200206011620.g51GKR696021@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
alfred      2002/06/01 09:20:27 PDT

  Modified files:
    sys/dev/cardbus      cardbus_cis.c 
  Log:
  Silence warning.
  
  When casting a "const void *" to a "struct foo **" you want to actually
  cast it to "struct foo * const *" not simply "const struct foo **".
  
  Revision  Changes    Path
  1.20      +2 -2      src/sys/dev/cardbus/cardbus_cis.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?200206011620.g51GKR696021>