Skip to content

Commit

Permalink
Disable failing build on warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Samahu committed Sep 7, 2024
1 parent 7f33672 commit 3211fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ FROM build-env

SHELL ["/bin/bash", "-c"]

ENV CXXFLAGS="-Werror -Wno-deprecated-declarations"
ENV CXXFLAGS="-Wno-deprecated-declarations"
RUN /opt/ros/$ROS_DISTRO/env.sh catkin_make \
-DCMAKE_BUILD_TYPE=Release \
&& /opt/ros/$ROS_DISTRO/env.sh catkin_make install
Expand Down

0 comments on commit 3211fc5

Please sign in to comment.