Closed clalancette closed 2 years ago
When building on Windows, uncrustify doesn't seem to use the CMAKE_BUILD_TYPE variable and thus prints a warning about it. Quiet that down with --no-warn-unused-cli.
Signed-off-by: Chris Lalancette clalancette@openrobotics.org
This should fix the build warnings we are seeing in the nightly CI jobs, like https://ci.ros2.org/view/nightly/job/nightly_win_rel/2157/msbuild/
Windows CI before (just uncrustify_vendor): Windows CI after (just uncrustify_vendor):
Full CI:
When building on Windows, uncrustify doesn't seem to use the CMAKE_BUILD_TYPE variable and thus prints a warning about it. Quiet that down with --no-warn-unused-cli.
Signed-off-by: Chris Lalancette clalancette@openrobotics.org
This should fix the build warnings we are seeing in the nightly CI jobs, like https://ci.ros2.org/view/nightly/job/nightly_win_rel/2157/msbuild/