Wireshark-commits: [Wireshark-commits] master 2a0d6a7: Attempt to squelch a narrowing warning.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 09 Sep 2018 19:55:23 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2a0d6a7194413ce557833d258c6da8a626f7bb71
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

2a0d6a7 by Guy Harris (guy@xxxxxxxxxxxx):

    Attempt to squelch a narrowing warning.
    
    Some older versions of Clang appear to think dividing a float by a
    64-bit integer is narrowing 64 bits to 32 bits.
    
    Change-Id: Ie3148ee6d5d5d0810d01e7d985b8e4320dacf565
    Reviewed-on: https://code.wireshark.org/review/29518
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  e5b6721   RTP/ED-137: Decoding of ED-137A and later additional features is splitted to separate dissectors registered in a table. It allows anyone to add new header decoders without modifying code.
     add  2a0d6a7   Attempt to squelch a narrowing warning.


Summary of changes:
 ui/io_graph_item.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)