Wireshark-commits: [Wireshark-commits] rev 46748: /trunk/ /trunk/asn1/ansi_map/: packet-ansi_map-te

Date: Wed, 26 Dec 2012 05:57:11 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=46748

User: guy
Date: 2012/12/25 09:57 PM

Log:
 Fix a bunch of warnings.
 
 Cast away some implicit 64-bit-to-32-bit conversion errors due to use of
 sizeof.
 
 Cast away some implicit 64-bit-to-32-bit conversion errors due to use of
 strtol() and strtoul().
 
 Change some data types to avoid those implicit conversion warnings.
 
 When assigning a constant to a float, make sure the constant isn't a
 double, by appending "f" to the constant.
 
 Constify a bunch of variables, parameters, and return values to
 eliminate warnings due to strings being given const qualifiers.  Cast
 away those warnings in some cases where an API we don't control forces
 us to do so.
 
 Enable a bunch of additional warnings by default.  Note why at least
 some of the other warnings aren't enabled.
 
 randpkt.c and text2pcap.c are used to build programs, so they don't need
 to be in EXTRA_DIST.
 
 If the user specifies --enable-warnings-as-errors, add -Werror *even if
 the user specified --enable-extra-gcc-flags; assume they know what
 they're doing and are willing to have the compile fail due to the extra
 GCC warnings being treated as errors.

Directory: /trunk/asn1/ansi_map/
  Changes    Path                          Action
  +1 -1      packet-ansi_map-template.c    Modified

Directory: /trunk/ui/cli/
  Changes    Path                Action
  +1 -1      tap-bootpstat.c     Modified
  +2 -2      tap-follow.c        Modified
  +2 -2      tap-httpstat.c      Modified
  +2 -2      tap-macltestat.c    Modified
  +2 -2      tap-rlcltestat.c    Modified
  +2 -2      tap-rtspstat.c      Modified
  +2 -2      tap-sipstat.c       Modified
  +1 -1      tap-wspstat.c       Modified

Directory: /trunk/epan/dfilter/
  Changes    Path               Action
  +8 -8      dfilter-macro.c    Modified
  +1 -1      dfilter-macro.h    Modified


(278 files not shown)