I never had problems with make test under Cygwin and it worked just some days ago.
But now it suddenly fails and i have no idea why.
I am using git head (8e6ac60797c43a1df1fbcae31d1012cc57158b5f).
Testrunner works with the Visual Studio build (same working directory) and i can run make test successfully on Ubuntu 16.04.
Here is the error output:
There are unexpected unused function warnings. But i wonder why this only happens with Cygwin.
Any idea?
Versions:
Cygwin: g++ 6.4.0
Ubuntu 16.04: g++ 5.4.0
Visual Studio: 11 Update 5
Last edit: versat 2018-02-12
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
[FIXED] (see reply)
I never had problems with
make testunder Cygwin and it worked just some days ago.But now it suddenly fails and i have no idea why.
I am using git head (8e6ac60797c43a1df1fbcae31d1012cc57158b5f).
Testrunner works with the Visual Studio build (same working directory) and i can run
make testsuccessfully on Ubuntu 16.04.Here is the error output:
There are unexpected unused function warnings. But i wonder why this only happens with Cygwin.
Any idea?
Versions:
Cygwin: g++ 6.4.0
Ubuntu 16.04: g++ 5.4.0
Visual Studio: 11 Update 5
Last edit: versat 2018-02-12
Fixed by commit https://github.com/danmar/cppcheck/commit/db274e830865c99be1a4d0709b16018f9951d140
Thanks amai and danmar.