Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Jul 2004 19:17:27 +0000 (UTC)
From:      Nate Lawson <njl@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/acpica acpi_ec.c
Message-ID:  <200407021917.i62JHR0o038421@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
njl         2004-07-02 19:17:27 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/acpica       acpi_ec.c 
  Log:
  Get rid of the strict aliasing error by retrieving the ECDT via a table
  header pointer and then casting it to the ecdt pointer.  This fixes the
  -O2 build.  I'm unsure what changed recently to reveal this error since
  this code has been unchanged for months.
  
  Revision  Changes    Path
  1.57      +3 -2      src/sys/dev/acpica/acpi_ec.c



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