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