Hi,
for the file https://chromium.googlesource.com/chromium/src/third_party/+/master/protobuf/src/google/protobuf/stubs/common_unittest.cc the latest cppcheck (master branch) produces:
Checking /src/google/protobuf/stubs/common_unittest.cc ... /src/google/protobuf/stubs/common_unittest.cc:87:1: error: syntax error [syntaxError] TEST(LoggingTest, DefaultLogging) { ^
Could you please check?
Best regards, Martin
have you tried with --library=googletest?
--library=googletest
Ah, with that the error is gone. Thanks!
Log in to post a comment.
Hi,
for the file
https://chromium.googlesource.com/chromium/src/third_party/+/master/protobuf/src/google/protobuf/stubs/common_unittest.cc
the latest cppcheck (master branch) produces:
Checking /src/google/protobuf/stubs/common_unittest.cc ...
/src/google/protobuf/stubs/common_unittest.cc:87:1: error: syntax error [syntaxError]
TEST(LoggingTest, DefaultLogging) {
^
Could you please check?
Best regards,
Martin
have you tried with
--library=googletest
?Last edit: Daniel Marjamäki 2021-01-22
Ah, with that the error is gone. Thanks!