You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 23, 2019. It is now read-only.
qtweetgeocoord.cpp:43]: (warning) Logical disjunction always evaluates to true: m_latitude > -90.0 || m_latitude < 90.0.
Source code is
if (m_latitude > -90.0 || m_latitude < 90.0)
qtweetgeocoord.cpp:53]: (warning) Logical disjunction always evaluates to true: m_longitude > -180.0 || m_longitude < 180.0.