Wireshark-commits: [Wireshark-commits] master 6af3fa0: 64-bit constants need to be wrapped in G_GUI

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 14 Dec 2015 18:38:26 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6af3fa00c048a8dbd2876f7f13d131ac8f04313a
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

6af3fa0 by Guy Harris (guy@xxxxxxxxxxxx):

    64-bit constants need to be wrapped in G_GUINT64_CONSTANT().
    
    When building for ILP32 platforms, they need to be appropriately marked
    so the compiler treats them as 64-bit.
    
    Change-Id: I7a463f88540c446f08a9137953276ed5a735c644
    Reviewed-on: https://code.wireshark.org/review/12625
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  a1c28c6   wslua: Change macro to avoid nuisance warning [-Wredundant-decls]
    adds  6af3fa0   64-bit constants need to be wrapped in G_GUINT64_CONSTANT().


Summary of changes:
 epan/dissectors/packet-ppp.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)