ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master f598fa8: Squelch a compiler warning.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 13 Nov 2014 02:11:35 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f598fa89ebaab21f445a84489a4080e9f98eec9c
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

f598fa8 by Guy Harris (guy@xxxxxxxxxxxx):

    Squelch a compiler warning.
    
    Some compilers complain that we're casting a 16-bit integer to a
    pointer; making it a standard-size integer squelches the warning.
    
    Change-Id: Iba0e767d7801afdc369b64a1cf050bf8db37da7b
    Reviewed-on: https://code.wireshark.org/review/5264
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  f7d91bd   Qt: Flatten group boxes.
    adds  f598fa8   Squelch a compiler warning.


Summary of changes:
 epan/dissectors/packet-mpls.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)