Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk dlg_utils.c proto_draw.c main.c

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

From: guy@xxxxxxxxxxxx (Guy Harris)
Date: Thu, 20 May 2004 19:18:47 -0500 (CDT)
guy         2004/05/20 19:18:47 CDT

  Modified files:
    gtk                  dlg_utils.c proto_draw.c main.c 
  Log:
  Tag unused parameters with _U_ to squelch GCC compiler warnings (they're
  GTK+ callbacks so we don't get to change the calling sequence).
  
  Revision  Changes    Path
  1.29      +4 -3      ethereal/gtk/dlg_utils.c
  1.99      +3 -3      ethereal/gtk/proto_draw.c
  1.437     +3 -3      ethereal/gtk/main.c