Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan configure.in proto.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: Thu, 12 Jul 2001 19:55:54 -0500 (CDT)
guy         2001/07/12 19:55:54 CDT

  Modified files:
    epan                 configure.in proto.c 
  Log:
  From Joerg Mayer:
  
   * gcc 3.0 warning fixes:
    - text2pcap.c: The number of characters to scan should probably not be 0
    - wiretap/csids.c: using preincrement on a variable used on both
      sides of an assignment might be undefined by the C99(?) standard
   * turn on additional warnings for epan and wiretap too
    - epan/configure.in
    - wiretap/configure.in
   * Fix some warnings (missing includes, signed/unsigned, missing
      initializers) found by turning on the warnings
    - all other files :-)
  
  Revision  Changes    Path
  1.9       +2 -2      ethereal/epan/configure.in
  1.30      +2 -2      ethereal/epan/proto.c