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 ee7daa2 commit a83aa5dCopy full SHA for a83aa5d
Makefile
@@ -81,7 +81,7 @@ endif
81
82
# warnings
83
MK_CFLAGS += -Wall -Wextra -Wpedantic -Wcast-qual -Wdouble-promotion -Wshadow -Wstrict-prototypes -Wpointer-arith \
84
- -Wmissing-prototypes -Werror=implicit-int
+ -Wmissing-prototypes -Werror=implicit-int
85
MK_CXXFLAGS += -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wno-multichar
86
87
# OS specific
0 commit comments