Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan 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:40 -0600 (CST)
guy         2002/02/27 03:42:40 CST

  Modified files:
    epan                 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.22      +6 -1      ethereal/epan/Makefile.nmake
  1.20      +12 -4     ethereal/epan/configure.in