From f47ea91e2d1b04aea2c23f40c98801e948d7a950 Mon Sep 17 00:00:00 2001 From: PA4WDH Date: Mon, 26 Aug 2024 19:56:17 +0200 Subject: Add more compiler warnings --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3