Fix cppcheck errors

Error message:
i2c-vr/mps/mp5998.cpp:114:17: error: Uninitialized variable:
bufferSize [uninitvar]
rbuf.resize(bufferSize);

Change-Id: I44ae8e75dbf57acbd4a0392137ba0716280adb2f
Signed-off-by: Hariharan Rangasamy <hariharanr@ami.com>
1 file changed
tree: 72e39cc527e8f4dfad9b9090ee5d348eaba06853
  1. bios/
  2. bmc/
  3. common/
  4. cpld/
  5. eeprom-device/
  6. i2c-vr/
  7. subprojects/
  8. test/
  9. tpm/
  10. .clang-format
  11. .clang-tidy
  12. .gitignore
  13. .shellcheck
  14. LICENSE
  15. meson.build
  16. meson.options
  17. OWNERS
  18. README.md
README.md

phosphor-bmc-code-mgmt

Phosphor BMC Code Management provides a set of system software management applications. More information can be found at Software Architecture

To Build

To build this package, do the following steps:

  1. meson build
  2. ninja -C build

To clean the repository run rm -r build.