Wireshark-commits: [Wireshark-commits] master d762a89: GTK: Check if lrint() is usable, fix warning

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 7 Feb 2016 23:22:22 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d762a895ab570680e4e72142a348ad2b07c97d4f
Submitter: Jo?o Valverde (j@xxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

d762a89 by João Valverde (joao.valverde@xxxxxxxxxxxxxxxxxx):

    GTK: Check if lrint() is usable, fix warnings [-Wbad-function-cast]
    
    Change-Id: I4714ba6cfbd18847d99650f5c5cdc60dd2e7af26
    Reviewed-on: https://code.wireshark.org/review/13808
    Petri-Dish: João Valverde <j@xxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: João Valverde <j@xxxxxx>
    

Actions performed:

    from  847a713   proto_data: Remove superfluous casts
    adds  d762a89   GTK: Check if lrint() is usable, fix warnings [-Wbad-function-cast]


Summary of changes:
 ConfigureChecks.cmake  |    1 +
 cmakeconfig.h.in       |    3 +++
 configure.ac           |    2 ++
 ui/gtk/rlc_lte_graph.c |   64 ++++++++++++++++++++++++---------------------
 ui/gtk/tcp_graph.c     |   68 +++++++++++++++++++++++++-----------------------
 5 files changed, 76 insertions(+), 62 deletions(-)