Wireshark-commits: [Wireshark-commits] master e88a11f: (Trivial) Fix printf-related 'Mismatch on si

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 9 Feb 2015 18:57:19 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e88a11f5c92938f0ed451703a3e1de34f76a5e50
Submitter: Bill Meier (wmeier@xxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

e88a11f by Bill Meier (wmeier@xxxxxxxxxxx):

    (Trivial) Fix printf-related 'Mismatch on sign' warnings
    
     Found by MSVC2013 Code Analysis
    
    Change-Id: I58063946dd558e98308c87b36eeac0ddbe1a6e79
    Reviewed-on: https://code.wireshark.org/review/7045
    Reviewed-by: Bill Meier <wmeier@xxxxxxxxxxx>
    

Actions performed:

    from  2078a95   pgsql,imap: add STARTTLS support
    adds  e88a11f   (Trivial) Fix printf-related 'Mismatch on sign' warnings


Summary of changes:
 color_filters.c                        |    2 +-
 dumpcap.c                              |    4 ++--
 epan/dfilter/dfvm.c                    |    4 ++--
 epan/dfilter/gencode.c                 |    2 +-
 epan/except.c                          |    4 ++--
 epan/ftypes/ftype-integer.c            |    2 +-
 epan/oids.c                            |    8 ++++----
 epan/print.c                           |   10 +++++-----
 epan/proto.c                           |    2 +-
 mergecap.c                             |    2 +-
 plugins/wimaxasncp/packet-wimaxasncp.c |    2 +-
 text2pcap.c                            |    2 +-
 ui/cli/tap-afpstat.c                   |    2 +-
 ui/cli/tap-camelcounter.c              |    2 +-
 ui/cli/tap-camelsrt.c                  |    2 +-
 ui/cli/tap-comparestat.c               |   10 +++++-----
 ui/cli/tap-diameter-avp.c              |    4 ++--
 ui/cli/tap-expert.c                    |    4 ++--
 ui/cli/tap-follow.c                    |    6 +++---
 ui/cli/tap-iostat.c                    |    2 +-
 ui/cli/tap-protohierstat.c             |    2 +-
 ui/cli/tap-rpcprogs.c                  |    2 +-
 ui/cli/tap-rpcstat.c                   |    6 +++---
 ui/cli/tap-scsistat.c                  |    7 ++++---
 ui/cli/tap-sipstat.c                   |    6 +++---
 ui/cli/tap-smbstat.c                   |    2 +-
 ui/cli/tap-wspstat.c                   |    4 ++--
 ui/console.c                           |    4 ++--
 ui/gtk/rlc_lte_graph.c                 |    2 +-
 ui/gtk/tcp_graph.c                     |    2 +-
 ui/win32/file_dlg_win32.c              |    4 ++--
 31 files changed, 59 insertions(+), 58 deletions(-)