-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
Jenkins 2.7.1, Warnings Plug-in 4.56, Master is an Ubuntu 14.04 system, Slave is a Windows 10 system
The console out of the job http://ci.ros2.org/job/ci_windows/1651/consoleFull shows the following compiler warning:
(ClCompile target) ->
cl : Command line warning D9002: ignoring unknown option '-std=c++11'
but the result says: "MSBuild Warnings: 0 warnings".
I am happy to provide more information if necessary and/or try a from-source build to check if it makes any difference.
This warning totally looks different, here is an example from my tests: https://github.com/jenkinsci/warnings-plugin/blob/master/src/test/resources/hudson/plugins/warnings/parser/msbuild.txt
Is this the only warning that is not parsed?