altos: Fix new GCC warnings
authorKeith Packard <keithp@keithp.com>
Sun, 12 Nov 2017 04:52:01 +0000 (20:52 -0800)
committerKeith Packard <keithp@keithp.com>
Sun, 12 Nov 2017 04:52:01 +0000 (20:52 -0800)
commit23cf8fb4d5745ad76d9517c9702d03d10c58144a
tree6d138e533f75466ebd8ee526cc40af5f65344d83
parentf3b279141cd30ad6a212ce75f5a7c2b8e3d33870
altos: Fix new GCC warnings

* Duplicate 'const' in test code.
* Mis-formatted loop in kf_rem_pio2
* Unused 'one' in sf_cos

Signed-off-by: Keith Packard <keithp@keithp.com>
src/kernel/ao_host.h
src/math/kf_rem_pio2.c
src/math/sf_cos.c