Update boost build env #347
Merged
Annotations
12 warnings
|
|
|
keyvi/bin/keyviinspector/keyviinspector.cpp#L38
2 adjacent parameters of 'dump' of similar type ('const std::string &') are easily swapped by mistake [bugprone-easily-swappable-parameters]
|
|
keyvi/bin/keyvicompiler/keyvicompiler.cpp#L298
do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead [cppcoreguidelines-pro-bounds-array-to-pointer-decay,hicpp-no-array-decay]
|
|
keyvi/bin/keyvicompiler/keyvicompiler.cpp#L273
variable name 'vm' is too short, expected at least 3 characters [readability-identifier-length]
|
|
keyvi/bin/keyvicompiler/keyvicompiler.cpp#L270
variable name 'p' is too short, expected at least 3 characters [readability-identifier-length]
|
|
keyvi/bin/keyvicompiler/keyvicompiler.cpp#L234
variable name 'v' is too short, expected at least 3 characters [readability-identifier-length]
|
|
keyvi/bin/keyvicompiler/keyvicompiler.cpp#L232
parameter name 'vm' is too short, expected at least 3 characters [readability-identifier-length]
|
|
keyvi/bin/keyvicompiler/keyvicompiler.cpp#L112
2 adjacent parameters of 'finalize_compile' of similar type ('const std::string &') are easily swapped by mistake [bugprone-easily-swappable-parameters]
|
|
keyvi/bin/keyvicompiler/keyvicompiler.cpp#L74
variable 'files_added' set but not used [clang-diagnostic-unused-but-set-variable]
|
|
keyvi/bin/keyvicompiler/keyvicompiler.cpp#L65
function 'compile_multiple' has cognitive complexity of 26 (threshold 25) [readability-function-cognitive-complexity]
|
|
keyvi/bin/keyvicompiler/keyvicompiler.cpp#L61
100 is a magic number; consider replacing it with a named constant [cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers]
|
|
|
The logs for this run have expired and are no longer available.
Loading