Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan/ftypes ftype-double.c ftype-integer.c f

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:57 -0500 (CDT)
guy         2001/07/12 19:55:57 CDT

  Modified files:
    epan/ftypes          ftype-double.c ftype-integer.c 
                         ftype-ipv4.c ftype-none.c ftype-time.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.4       +4 -1      ethereal/epan/ftypes/ftype-double.c
  1.6       +31 -1     ethereal/epan/ftypes/ftype-integer.c
  1.6       +4 -1      ethereal/epan/ftypes/ftype-ipv4.c
  1.3       +22 -2     ethereal/epan/ftypes/ftype-none.c
  1.10      +2 -1      ethereal/epan/ftypes/ftype-time.c