diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-07-18 16:41:58 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-07-18 16:41:58 +0200 |
commit | c318a7f682d1d355b834a656ecde8c62ab521338 (patch) | |
tree | 56c6ed54c6e3d5cf209566382d1c53e0c88dddf6 | |
parent | 1352d0750ef1ee871388a610e9d8813bc07c754d (diff) |
tracker/s2bot: fix -Werror
-rw-r--r-- | tracker-s2bot/ftnoir_tracker_s2bot.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tracker-s2bot/ftnoir_tracker_s2bot.cpp b/tracker-s2bot/ftnoir_tracker_s2bot.cpp index e4dbc445..cb8afcdc 100644 --- a/tracker-s2bot/ftnoir_tracker_s2bot.cpp +++ b/tracker-s2bot/ftnoir_tracker_s2bot.cpp @@ -67,6 +67,7 @@ void tracker_s2bot::run() { } QMutexLocker foo(&mtx); static constexpr double r2d = 180 / M_PI; + (void)r2d; for (int i = 0; i < 3; i++) { int val = 0; |