Skip to content
Commit 875477d1 authored by Matt Selsky's avatar Matt Selsky
Browse files

Fix warnings about unused variables/functions when lockclock is enabled

Warnings seen with Xcode 8.0:
../../ntpd/ntp_loopfilter.c:122:13: warning: unused variable 'loop_started' [-Wunused-variable]
static bool loop_started;       /* true after LOOP_DRIFTINIT */
            ^
../../ntpd/ntp_loopfilter.c:1089:1: warning: unused function 'set_freq' [-Wunused-function]
set_freq(
^
2 warnings generated.

Fixes Gitlab issue #34
parent 1eb045a0
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment