Closed pcolby closed 10 months ago
slightly unrelated... but cppcheck has issue with /test/protobuf/testmessage.cpp line 38.. syntax error. i have a strange feeling it has issue with foreach ( .. ) is that supposed to be for_each as in std::for_each() ?
Thanks @aj664, which version of cppcheck
are you seeing this on?
The foreach
sholdn't be a problem (usually isn't) for cppcheck
, because its a preprocessor macro (defined by Qt).
Thanks.
v1.80
ok, very likely that the Qt macro was not available during the test. non-issue.
Note to self: easy to just restart Job #831.1 to test.
Restore
cppcheck
for OSX when defect #7792 is fixed, and available on Travis CI (ie via Homebrew).Note, this is not an OSX-specific problem. OSX just happens to be getting a more-recent (and thus affected) version of
cppcheck
currently.