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/simulator | |
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/simulator')
-rw-r--r-- | src/simulator/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |