aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPA4WDH2024-08-26 19:56:17 +0200
committerPA4WDH2024-08-26 19:56:17 +0200
commitf47ea91e2d1b04aea2c23f40c98801e948d7a950 (patch)
treea949edc52e7ad7bbb2413107fd29ab1dc5af85c9 /Makefile
parentSmall fixes in cpulist.c (diff)
downloadcputemp2maxfreq-f47ea91e2d1b04aea2c23f40c98801e948d7a950.tar.gz
cputemp2maxfreq-f47ea91e2d1b04aea2c23f40c98801e948d7a950.tar.bz2
cputemp2maxfreq-f47ea91e2d1b04aea2c23f40c98801e948d7a950.zip
Add more compiler warnings
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ccbcac1..005d7b7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
CC=gcc
-CFLAGS=-Wall -Werror
+CFLAGS=-Wall -Wformat -Wconversion -Wtrampolines -Wimplicit-fallthrough -Werror
cputemp2maxfreq: version.o debug.o sysfs.o cpufreq.o failsafe.o argparse.o logger.o cputemp.o cpulist.o