Wireshark-commits: [Wireshark-commits] master-3.0 29b12f0: Integer types are signed, not unsigned.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 16 May 2019 20:18:56 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=29b12f0b00067e3dfe716f5eb68779f84014d6f9
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master-3.0
Repository: wireshark

Commits:

29b12f0 by Guy Harris (guy@xxxxxxxxxxxx):

    Integer types are signed, not unsigned.
    
    (Why does a call to proto_tree_add_item_ret_uint(), passing a a pointer
    to a gint32, rather than a guint32, as the last argument, not cause a
    compiler error?)
    
    Change-Id: Id1a0dfb62694bfe5147f53938bf1c9c8972efb70
    Reviewed-on: https://code.wireshark.org/review/33234
    Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    (cherry picked from commit 3fa08a473aed89f48beed8cb8a420ae8a60a97a6)
    Reviewed-on: https://code.wireshark.org/review/33236
    

Actions performed:

    from  3e25b33   version: include version information for tarballs from git
     add  29b12f0   Integer types are signed, not unsigned.


Summary of changes:
 epan/dissectors/packet-tds.c | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)