diff --git a/examples/example_1/makefile b/examples/example_1/makefile index 46799cf03fefeec1f57af5e363c6b32d2c8bd2d7..28409c10425f7a7f1218b08ca52dfaeb35b2d6a8 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 49cfc24cd29a29875462f5206b9d46a5336db628..c6854e06871bbddc95ca4de93c8b19ba461dc151 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)