Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal conditions.c packet-nlm.c

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: Mon, 2 Dec 2002 20:07:10 -0600 (CST)
guy         2002/12/02 20:07:09 CST

  Modified files:
    .                    conditions.c packet-nlm.c 
  Log:
  Cast const pointer arguments to "g_free()" and "g_hash_table_foreach()"
  to "gpointer", so that we only get warnings when we turn on the extra
  GCC warning checks.
  
  Revision  Changes    Path
  1.5       +2 -2      ethereal/conditions.c
  1.33      +4 -4      ethereal/packet-nlm.c