Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Fix ROS_DEBUG() breaking ARM build on ROS buildfarm
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Fix ROS_DEBUG() breaking ARM build on ROS buildfarm
Mike Karamousadakis
requested to merge
fix/printf-breaks-build-arm
into
melodic-devel
Oct 30, 2020
Overview
0
Commits
1
Pipelines
1
Changes
1
Fix it by making the following changes:
Change
%lu
to
%zu
when printing a
size_t
variable.
Fix link
Merge request reports
Loading