From da347a996939a8fe7277d180d0098094332e63d7 Mon Sep 17 00:00:00 2001 From: PA4WDH Date: Sun, 25 Aug 2024 16:57:08 +0200 Subject: Add -Wall -Werror and fix warnings --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 737dfa7..ccbcac1 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,6 @@ +CC=gcc +CFLAGS=-Wall -Werror + cputemp2maxfreq: version.o debug.o sysfs.o cpufreq.o failsafe.o argparse.o logger.o cputemp.o cpulist.o version.h: generate_version_h.sh .git/index -- cgit v1.2.3