diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-05-10 09:35:38 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-05-10 09:35:38 +0200 |
commit | 94da3281b5e2767699db0de76816f836a6770943 (patch) | |
tree | 9fd68e48f7919126a83816395ff19dd9815a8884 /src | |
parent | db6325810100c2df58966876ad9b59b1f62df0bb (diff) | |
download | glutte-o-matic-94da3281b5e2767699db0de76816f836a6770943.tar.gz glutte-o-matic-94da3281b5e2767699db0de76816f836a6770943.tar.bz2 glutte-o-matic-94da3281b5e2767699db0de76816f836a6770943.zip |
Remove TODO warnings
Diffstat (limited to 'src')
-rw-r--r-- | src/glutt-o-logique/audio_in.c | 3 | ||||
-rw-r--r-- | src/simulator/Makefile | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/src/glutt-o-logique/audio_in.c b/src/glutt-o-logique/audio_in.c index ecf007b..9d124c9 100644 --- a/src/glutt-o-logique/audio_in.c +++ b/src/glutt-o-logique/audio_in.c @@ -151,6 +151,3 @@ void audio_in_enable(int enable) TIM_Cmd(TIM6, enable ? ENABLE : DISABLE); } -#warning "Do an analog anti-aliasing filter" -#warning "Test DTMF detector" -#warning "Test if FAX mode gets enabled after 0-7-*" diff --git a/src/simulator/Makefile b/src/simulator/Makefile index bfe18a5..615765b 100644 --- a/src/simulator/Makefile +++ b/src/simulator/Makefile @@ -72,6 +72,7 @@ CWARNS += -Wunused-parameter CWARNS += -Wunused-value CWARNS += -Wunused-variable CWARNS += -Wmissing-prototypes +CWARNS += -Wno-implicit-fallthrough # in nuklear CFLAGS += -DDEBUG=1 CFLAGS += -g -DUSE_STDIO=1 -D__GCC_POSIX__=1 -lX11 -lm -lGL -lm -lGLU -lpulse-simple -lpulse |