llama.cpp
build : enable more non-default compiler warnings
#3200
Merged

build : enable more non-default compiler warnings #3200

cebtenzzre
cebtenzzre cebtenzzre marked this pull request as draft 1 year ago
cebtenzzre cebtenzzre force pushed from a322a7a4 to 578a2eef 1 year ago
cebtenzzre cebtenzzre marked this pull request as ready for review 1 year ago
cebtenzzre cmake : make -Wmissing-prototypes etc. match the Makefile
b52ce44a
cebtenzzre make : add some missing build targets
5457b0c1
cebtenzzre fix more missing 'static' specifiers (-Wmissing-declarations)
e6325475
cebtenzzre build : remove -Wno-multichar as it is no longer needed
724a0c20
cebtenzzre build : separate common warning flags
a80cb4cf
cebtenzzre quantize : fix missing 'noreturn' (-Wmissing-noreturn)
80926572
cebtenzzre make : remove redundant -Wno-pedantic
86170e03
cebtenzzre make : do not pass compiler-specific options to nvcc
141c645f
cebtenzzre fix unreachable 'break' and 'return' (-Wunreachable-code-*)
1191cc37
cebtenzzre cebtenzzre force pushed from 95ade211 to 2657f7b5 1 year ago
Green-Sky
cebtenzzre
cebtenzzre examples : fix extra ';' after function definitions (-Wextra-semi)
90eb6653
cebtenzzre ggml : do not put ';' after GGML_*_LOCALS (-Wextra-semi-stmt)
df080fe7
cebtenzzre fix more -Wextra-semi-stmt warnings
54e28be1
cebtenzzre baby-llama : fix -Wmaybe-uninitialized warning from gcc
0465daaa
cebtenzzre build : use -Werror=implicit-function-declaration
05adde4f
cebtenzzre cebtenzzre force pushed from 29cfecca to 426ef6ed 1 year ago
cebtenzzre
cebtenzzre compiler version detection
a6b74764
cebtenzzre Merge branch 'master' of https://github.com/ggerganov/llama.cpp into …
d38d59cc
cebtenzzre cebtenzzre force pushed from 7e0e1796 to d38d59cc 1 year ago
cebtenzzre Merge branch 'master' of https://github.com/ggerganov/llama.cpp into …
a7d13ac1
ggerganov
ggerganov approved these changes on 2023-09-28
cebtenzzre Merge branch 'master' of https://github.com/ggerganov/llama.cpp into …
4b90878b
cebtenzzre fix new warnings after merge
39b56639
cebtenzzre make : fix clang version detection
7b15e8af
cebtenzzre build : re-enable some warnings for train-text-from-scratch
b2130e65
cebtenzzre cebtenzzre merged bc39553c into master 1 year ago
cebtenzzre cebtenzzre deleted the clang-warnings branch 1 year ago
cebtenzzre cebtenzzre restored the head branch 1 year ago
ggerganov
slaren
cebtenzzre

Login to write a write a comment.

Login via GitHub

Reviewers
Assignees
No one assigned
Labels
Milestone