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 c3a01d8 commit bbf8f37Copy full SHA for bbf8f37
2 files changed
examples/example_1/makefile
@@ -39,7 +39,7 @@ CFLAGS += -Wunreachable-code
39
CFLAGS += -Winit-self
40
CFLAGS += -Wmissing-field-initializers
41
CFLAGS += -Wno-unknown-pragmas
42
-CLFAGS += -Wno-misleading-indentation
+CFLAGS += -Wno-misleading-indentation
43
CFLAGS += -Wstrict-prototypes
44
CFLAGS += -Wundef
45
CFLAGS += -Wold-style-definition
examples/example_2/makefile
0 commit comments