Open billpittman opened 3 months ago
/data/ultifi/up-cpp/test/coverage/datamodel/UUriSerializerTest.cpp /data/ultifi/up-cpp/test/coverage/datamodel/UuidSerializerTest.cpp
Several tests ignore function return values and that cause errors for clang-tidy.
std::ignore = calledFunction() seems to be the recommended way to deal with this.
std::ignore = calledFunction()
/data/ultifi/up-cpp/test/coverage/datamodel/UUriSerializerTest.cpp /data/ultifi/up-cpp/test/coverage/datamodel/UuidSerializerTest.cpp
Several tests ignore function return values and that cause errors for clang-tidy.