ament / uncrustify_vendor

CMake shim over the uncrustify library: https://github.com/uncrustify/uncrustify
Apache License 2.0
0 stars 9 forks source link

Quiet down build warning on Windows. #29

Closed clalancette closed 2 years ago

clalancette commented 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/

clalancette commented 2 years ago

Windows CI before (just uncrustify_vendor): Build Status Windows CI after (just uncrustify_vendor): Build Status

clalancette commented 2 years ago

Full CI: