diff --git a/examples/example_1/makefile b/examples/example_1/makefile index 545476a6c50280409a02062481cb46f15e7fc40d..46799cf03fefeec1f57af5e363c6b32d2c8bd2d7 100644 --- a/examples/example_1/makefile +++ b/examples/example_1/makefile @@ -41,6 +41,7 @@ CFLAGS += -Wno-unknown-pragmas CFLAGS += -Wstrict-prototypes CFLAGS += -Wundef CFLAGS += -Wold-style-definition +CFLAGS += -Wno-misleading-indentation TARGET_BASE1=test1 TARGET_BASE2=test2 diff --git a/examples/example_2/makefile b/examples/example_2/makefile index 99d8d9681b76ab1d52b76b78cbbefc7813f32612..49cfc24cd29a29875462f5206b9d46a5336db628 100644 --- a/examples/example_2/makefile +++ b/examples/example_2/makefile @@ -41,6 +41,7 @@ CFLAGS += -Wno-unknown-pragmas CFLAGS += -Wstrict-prototypes CFLAGS += -Wundef CFLAGS += -Wold-style-definition +CFLAGS += -Wno-misleading-indentation TARGET_BASE1=all_tests TARGET1 = $(TARGET_BASE1)$(TARGET_EXTENSION)