We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e7adbf commit 7a591c4Copy full SHA for 7a591c4
2 files changed
examples/example_1/makefile
@@ -39,6 +39,7 @@ CFLAGS += -Wunreachable-code
39
CFLAGS += -Winit-self
40
CFLAGS += -Wmissing-field-initializers
41
CFLAGS += -Wno-unknown-pragmas
42
+CLFAGS += -Wno-misleading-indentation
43
CFLAGS += -Wstrict-prototypes
44
CFLAGS += -Wundef
45
CFLAGS += -Wold-style-definition
examples/example_2/makefile
0 commit comments