diff options
author | Keith Packard <keithp@keithp.com> | 2013-12-20 22:15:25 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-12-20 22:19:35 -0800 |
commit | b31b4622d5bd92c0cc0851818f5b595dbdb60ead (patch) | |
tree | 7ce882a3f9a583903d2054471769a82e7c3de852 /src/core/ao_telemetry.c | |
parent | 755082d36231c1b247bc0e1f13919dd9b5c362a8 (diff) |
altos: Clean up some minor warnings from -Wall
Unused variables, functions and labels, missing enums in switch.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/core/ao_telemetry.c')
-rw-r--r-- | src/core/ao_telemetry.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/ao_telemetry.c b/src/core/ao_telemetry.c index c118d007..e529b717 100644 --- a/src/core/ao_telemetry.c +++ b/src/core/ao_telemetry.c @@ -473,7 +473,6 @@ ao_telemetry(void) } else time = ao_time(); - bottom: ; } } } |