Skip to content

Commit

Permalink
build warnings as errors
Browse files Browse the repository at this point in the history
  • Loading branch information
slabasan committed Oct 22, 2024
1 parent 4c270bc commit e6c498a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e6c498a

Please sign in to comment.