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

Commits
  • cmake : make -Wmissing-prototypes etc. match the Makefile
    cebtenzzre committed 1 year ago
  • make : add some missing build targets
    cebtenzzre committed 1 year ago
  • fix more missing 'static' specifiers (-Wmissing-declarations)
    cebtenzzre committed 1 year ago
  • build : remove -Wno-multichar as it is no longer needed
    cebtenzzre committed 1 year ago
  • build : separate common warning flags
    cebtenzzre committed 1 year ago
  • quantize : fix missing 'noreturn' (-Wmissing-noreturn)
    cebtenzzre committed 1 year ago
  • make : remove redundant -Wno-pedantic
    cebtenzzre committed 1 year ago
  • make : do not pass compiler-specific options to nvcc
    cebtenzzre committed 1 year ago
  • fix unreachable 'break' and 'return' (-Wunreachable-code-*)
    cebtenzzre committed 1 year ago
  • examples : fix extra ';' after function definitions (-Wextra-semi)
    cebtenzzre committed 1 year ago
  • ggml : do not put ';' after GGML_*_LOCALS (-Wextra-semi-stmt)
    cebtenzzre committed 1 year ago
  • fix more -Wextra-semi-stmt warnings
    cebtenzzre committed 1 year ago
  • baby-llama : fix -Wmaybe-uninitialized warning from gcc
    cebtenzzre committed 1 year ago
  • build : use -Werror=implicit-function-declaration
    cebtenzzre committed 1 year ago
  • compiler version detection
    cebtenzzre committed 1 year ago
  • Merge branch 'master' of https://github.com/ggerganov/llama.cpp into clang-warnings
    cebtenzzre committed 1 year ago
  • Merge branch 'master' of https://github.com/ggerganov/llama.cpp into clang-warnings
    cebtenzzre committed 1 year ago
  • Merge branch 'master' of https://github.com/ggerganov/llama.cpp into clang-warnings
    cebtenzzre committed 1 year ago
  • fix new warnings after merge
    cebtenzzre committed 1 year ago
  • make : fix clang version detection
    cebtenzzre committed 1 year ago
  • build : re-enable some warnings for train-text-from-scratch
    cebtenzzre committed 1 year ago
Loading