Skip to content

Commit 7a591c4

Browse files
committed
update the makefiles too
1 parent 1e7adbf commit 7a591c4

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

examples/example_1/makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ CFLAGS += -Wunreachable-code
3939
CFLAGS += -Winit-self
4040
CFLAGS += -Wmissing-field-initializers
4141
CFLAGS += -Wno-unknown-pragmas
42+
CLFAGS += -Wno-misleading-indentation
4243
CFLAGS += -Wstrict-prototypes
4344
CFLAGS += -Wundef
4445
CFLAGS += -Wold-style-definition

examples/example_2/makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ CFLAGS += -Wunreachable-code
3939
CFLAGS += -Winit-self
4040
CFLAGS += -Wmissing-field-initializers
4141
CFLAGS += -Wno-unknown-pragmas
42+
CLFAGS += -Wno-misleading-indentation
4243
CFLAGS += -Wstrict-prototypes
4344
CFLAGS += -Wundef
4445
CFLAGS += -Wold-style-definition

0 commit comments

Comments
 (0)