mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-03-22 14:56:36 -04:00

when argument is of integer type /retroshare-gui/src/gui/statistics/BWGraph.cpp:83: warning: using floating point absolute value function 'fabsf' when argument is of integer type [-Wabsolute-value] if(!lst.empty() && fabsf(lst.back().first - ms) > _update_period_msecs*1.2 )