From 7a591c41150a0ac876ac888d1d33779bfcd25624 Mon Sep 17 00:00:00 2001 From: Mark VanderVoord Date: Fri, 29 May 2026 11:07:37 -0400 Subject: [PATCH] update the makefiles too --- examples/example_1/makefile | 1 + examples/example_2/makefile | 1 + 2 files changed, 2 insertions(+) diff --git a/examples/example_1/makefile b/examples/example_1/makefile index 9c97687..6608842 100644 --- a/examples/example_1/makefile +++ b/examples/example_1/makefile @@ -39,6 +39,7 @@ CFLAGS += -Wunreachable-code CFLAGS += -Winit-self CFLAGS += -Wmissing-field-initializers CFLAGS += -Wno-unknown-pragmas +CLFAGS += -Wno-misleading-indentation CFLAGS += -Wstrict-prototypes CFLAGS += -Wundef CFLAGS += -Wold-style-definition diff --git a/examples/example_2/makefile b/examples/example_2/makefile index c0b4185..98501c0 100644 --- a/examples/example_2/makefile +++ b/examples/example_2/makefile @@ -39,6 +39,7 @@ CFLAGS += -Wunreachable-code CFLAGS += -Winit-self CFLAGS += -Wmissing-field-initializers CFLAGS += -Wno-unknown-pragmas +CLFAGS += -Wno-misleading-indentation CFLAGS += -Wstrict-prototypes CFLAGS += -Wundef CFLAGS += -Wold-style-definition