Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan configure.in

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 27 Nov 2002 22:21:30 -0600 (CST)
guy         2002/11/27 22:21:30 CST

  Modified files:
    epan                 configure.in 
  Log:
  Add a "--with-extra-gcc-checks" option, which causes "-Wcast-qual
  -Wcast-align" to be added to CFLAGS (except in Wiretap, where we already
  do "-Wcast-qual").  We don't do them by default, as they produce some
  warnings that aren't easy to eliminate; if we figure out how to
  eliminate them on all platforms (or at least, on the platforms where you
  *can't* eliminate them, reduce them to a low level), we can make those
  options the default.
  
  Revision  Changes    Path
  1.32      +13 -3     ethereal/epan/configure.in