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 5488fb7 commit 6df1f59Copy full SHA for 6df1f59
CMakeLists.txt
@@ -357,6 +357,7 @@ if (LLAMA_ALL_WARNINGS)
357
-Wshadow
358
-Wstrict-prototypes
359
-Wpointer-arith
360
+ -Wmissing-prototypes
361
)
362
set(cxx_flags
363
-Wall
Makefile
@@ -63,7 +63,8 @@ ifdef LLAMA_SERVER_VERBOSE
63
endif
64
65
# warnings
66
-CFLAGS += -Wall -Wextra -Wpedantic -Wcast-qual -Wdouble-promotion -Wshadow -Wstrict-prototypes -Wpointer-arith
+CFLAGS += -Wall -Wextra -Wpedantic -Wcast-qual -Wdouble-promotion -Wshadow -Wstrict-prototypes -Wpointer-arith \
67
68
CXXFLAGS += -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wno-multichar
69
70
# OS specific
0 commit comments