diff options
author | jaseg <git-bigdata-wsl-arch@jaseg.de> | 2020-03-09 14:18:09 +0100 |
---|---|---|
committer | jaseg <git-bigdata-wsl-arch@jaseg.de> | 2020-03-09 14:18:09 +0100 |
commit | b0a523248766c1e001ea0f5d2e40c23b3178e629 (patch) | |
tree | ed0387a9a8707e300c1186da859c0388e528f716 /controller/fw/Makefile | |
parent | 5997a24fcb28b07936f03a1f7c792c31b86451cc (diff) | |
download | master-thesis-b0a523248766c1e001ea0f5d2e40c23b3178e629.tar.gz master-thesis-b0a523248766c1e001ea0f5d2e40c23b3178e629.tar.bz2 master-thesis-b0a523248766c1e001ea0f5d2e40c23b3178e629.zip |
Fix a bunch of compiler warnings
Diffstat (limited to 'controller/fw/Makefile')
-rw-r--r-- | controller/fw/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/controller/fw/Makefile b/controller/fw/Makefile index fac9169..a7d690a 100644 --- a/controller/fw/Makefile +++ b/controller/fw/Makefile @@ -111,7 +111,8 @@ COMMON_CFLAGS += -DTRANSMISSION_SYMBOLS=$(TRANSMISSION_SYMBOLS) # for musl CFLAGS += -Dhidden= -SIM_CFLAGS += -lm -DSIMULATION +SIM_CFLAGS += -lm -DSIMULATION -fsanitize=address +SIM_CFLAGS += -Wall -Wextra -Wpedantic -Wshadow -Wimplicit-function-declaration -Wundef INT_CFLAGS += -Wall -Wextra -Wpedantic -Wshadow -Wimplicit-function-declaration -Wundef INT_CFLAGS += -Wredundant-decls -Wmissing-prototypes -Wstrict-prototypes |