You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cl : Command line warning D9025 : overriding '/W3' with '/W4'
nonvirtual_destructor.cc
D:\Jenkins\workspace\ignition_cmake-ci-ign-cmake2-windows7-amd64\ws\ign-cmake\test\warning\nonvirtual_destructor.cc(28): error C2220: the following warning is treated as an error
On December 15 the job worked, and since December 22 we have the issue.
The text was updated successfully, but these errors were encountered:
D:\Jenkins\workspace\ignition_cmake-ci-ign-cmake2-windows7-amd64\ws\ign-cmake\test\warning\nonvirtual_destructor.cc(28): warning C5205: delete of an abstract class 'Base' that has a non-virtual destructor results in undefined behavior
This is probably caused by an upgrade of Visual Studio on the CI machines. That warning was introduced in VS 2019 v16.5. That CI machine ( win-windows_local.win8) is running v16.8.3. While testing a fix, I noticed that win-windows_nuc.win10 is running v16.4.3, so this may look like a flaky test depending on where it runs.
https://build.osrfoundation.org/job/ignition_cmake-ci-ign-cmake2-windows7-amd64/57/console
Error message:
On December 15 the job worked, and since December 22 we have the issue.
The text was updated successfully, but these errors were encountered: