From 179b492e1842b434786735c7e0438b634387d5cf Mon Sep 17 00:00:00 2001 From: mvandervoord Date: Wed, 30 Oct 2019 09:00:53 -0400 Subject: [PATCH] Sigh. had to NOT disable these warnings by default because the gcc on our test rig doesn't understand it --- examples/example_1/makefile | 2 +- examples/example_2/makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/example_1/makefile b/examples/example_1/makefile index 46799cf..28409c1 100644 --- a/examples/example_1/makefile +++ b/examples/example_1/makefile @@ -41,7 +41,7 @@ CFLAGS += -Wno-unknown-pragmas CFLAGS += -Wstrict-prototypes CFLAGS += -Wundef CFLAGS += -Wold-style-definition -CFLAGS += -Wno-misleading-indentation +#CFLAGS += -Wno-misleading-indentation TARGET_BASE1=test1 TARGET_BASE2=test2 diff --git a/examples/example_2/makefile b/examples/example_2/makefile index 49cfc24..c6854e0 100644 --- a/examples/example_2/makefile +++ b/examples/example_2/makefile @@ -41,7 +41,7 @@ CFLAGS += -Wno-unknown-pragmas CFLAGS += -Wstrict-prototypes CFLAGS += -Wundef CFLAGS += -Wold-style-definition -CFLAGS += -Wno-misleading-indentation +#CFLAGS += -Wno-misleading-indentation TARGET_BASE1=all_tests TARGET1 = $(TARGET_BASE1)$(TARGET_EXTENSION)