From e6c498a6557bc5269353f571688cadd058b5bd6b Mon Sep 17 00:00:00 2001 From: Stephanie Brink Date: Tue, 22 Oct 2024 16:46:54 -0700 Subject: [PATCH] build warnings as errors --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 7fcc7b2..48203f1 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,8 @@ #CFLAGS_msr_batch.o := -DDEBUG #CFLAGS_msr-smp.o := -DDEBUG +CFLAGS := -Wall -Wextra -Werror + obj-m += msr-safe.o msr-safe-objs := msr_entry.o msr_allowlist.o msr-smp.o msr_batch.o msr_version.o