Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/wiretap Makefile.nmake 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 Feb 2002 03:42:53 -0600 (CST)
guy         2002/02/27 03:42:53 CST

  Modified files:
    wiretap              Makefile.nmake configure.in 
  Log:
  From Joerg Mayer:
  
  	In the "configure.in" files, add
  
  		-D_U_="__attribute__((unused))"
  
  	to CFLAGS if we're using GCC, and add
  
  		-D_U_=""
  
  	otherwise, so _U_ can be used to mark arguments as unused.
  
  Add -D_U_="" arguments to the Makefile.nmake files as well, so _U_ works
  with Microsoft Visual C++ as well.
  
  Add comments and RCS IDs to the Makefile.nmake files that don't already
  have them.
  
  Revision  Changes    Path
  1.25      +2 -2      ethereal/wiretap/Makefile.nmake
  1.36      +12 -4     ethereal/wiretap/configure.in