clang-tidy: suppress unknown warning group

The following errors were reported during clang-tidy enablement due
to unknown warning group. This temporary fix is to extend the
existing pragma for the clang, until a permanent solution is
implemented.

'''
frup.cpp:630:32: [0m[0;1;31merror: [0m[1munknown warning group '-Wstringop-truncation', ignored [-Werror,-Wunknown-warning-option]
'''

Tested: Build and unit testing verified.

Change-Id: If95f70354fedca7d041f0529ae1c4fc8e03ef7c5
Signed-off-by: Jayanth Othayoth <ojayanth@gmail.com>
1 file changed
tree: aca38c5df1205dad6cd3eb438d34e6587645808e
  1. scripts/
  2. subprojects/
  3. .clang-format
  4. .gitignore
  5. fru_area.cpp
  6. fru_area.hpp
  7. frup.cpp
  8. frup.hpp
  9. LICENSE
  10. meson.build
  11. meson.options
  12. OWNERS
  13. readeeprom.cpp
  14. README.md
  15. strgfnhandler.cpp
  16. types.hpp
  17. writefrudata.cpp
  18. writefrudata.hpp
README.md

ipmi-fru-parser

Building

To build this package, do the following steps:

meson setup builddir
ninja -C builddir