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 a83aa5d commit 0769be3Copy full SHA for 0769be3
Makefile
@@ -80,8 +80,7 @@ ifdef LLAMA_SERVER_VERBOSE
80
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
+MK_CFLAGS += -Wall -Wextra -Wpedantic -Wcast-qual -Wdouble-promotion -Wshadow -Wstrict-prototypes -Wpointer-arith -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