-
Notifications
You must be signed in to change notification settings - Fork 0
Cmake warning about unused variable SECURITY #79
Comments
After closing #73 yesterday the test builds (e.g. http://ci.ros2.org/job/ci_windows/3911/) didn't show this warning - also neither of the nightly builds has them. I am not sure what is different in this case.
These warnings are supposed to be filtered out explicitly since
Yes, the reconfiguration needs to be run manually - nothing automatic here. |
Strange, 3194 has the warning while 3195 does not. Looking closer at the console text I wonder if the regular expression isn't matching due to the output being interleaved in a
|
That is indeed the problem. I only looked at some of them and didn't see the few which are interleaved. I don't think the warnings plugin in Jenkins can deal with this since all warning extraction is based on non-interleaved output. Therefore I am inclined to close this with "wontfix". What do you think? Hopefully we can switch to a tool in the near future which will ensure to print the messages from each package non-interleaving even when run in parallel. |
+1 to closing as wontfix. A false positive cmake warning in the jenkins GUI doesn't seem worth spending too much time on. |
This ci job has a CMake warning about the variable
SECURITY
being unused.I think a workaround is to add a cmake arg
--no-warn-unused-cli
by default toCI_AMENT_BUILD_ARGS
here, but I'm not sure what the process is. Do I need to re-runcreate_jenkins_job.py
manually? Or is it automatically run when a pull request is merged?The text was updated successfully, but these errors were encountered: