Task #817 - libphonenumber-8.13.37-1.fc41/scan-results.err
back to task #817download
Error: CPPCHECK_WARNING: libphonenumber-8.13.37-build/libphonenumber-8.13.37/cpp/src/phonenumbers/base/strings/string_piece.cc: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CPPCHECK_WARNING: libphonenumber-8.13.37-build/libphonenumber-8.13.37/cpp/src/phonenumbers/geocoding/mapping_file_provider.cc: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches. Error: CLANG_WARNING: libphonenumber-8.13.37-build/libphonenumber-8.13.37/cpp/src/phonenumbers/phonenumbermatcher.cc:687:5: warning[deadcode.DeadStores]: Value stored to 'index' is never read # 685| } # 686| # 687|-> index = static_cast<int>(start + candidate.length()); # 688| --max_tries_; # 689| } Error: CLANG_WARNING: libphonenumber-8.13.37-build/libphonenumber-8.13.37/cpp/src/phonenumbers/utf/unicodetext.cc:150:3: warning[core.NonNullParamChecker]: Null pointer passed to 1st parameter expecting 'nonnull' # 148| void UnicodeText::Repr::Copy(const char* data, int size) { # 149| resize(size); # 150|-> memcpy(data_, data, size); # 151| } # 152| Error: CLANG_WARNING: libphonenumber-8.13.37-build/libphonenumber-8.13.37/cpp/src/phonenumbers/utf/unicodetext.cc:172:3: warning[core.NonNullParamChecker]: Null pointer passed to 1st parameter expecting 'nonnull' # 170| void UnicodeText::Repr::append(const char* bytes, int byte_length) { # 171| reserve(size_ + byte_length); # 172|-> memcpy(data_ + size_, bytes, byte_length); # 173| size_ += byte_length; # 174| } Error: CPPCHECK_WARNING: libphonenumber-8.13.37-build/libphonenumber-8.13.37/tools/cpp/src/cpp-build/generate_geocoding_data.cc: information[normalCheckLevelMaxBranches]: Limiting analysis of branches. Use --check-level=exhaustive to analyze all branches.