Skip to content

Attempt to filter out unrelated warnings in the builds

Arndt, Daniel requested to merge github/fork/dalg24/pipe_stderr_to_file into master

Created by: dalg24

Warnings seem to be coming from building the Docker image. Try piping stderr to /dev/null so the warnings are not printed to the screen. Piping stderr did not work. Pass -w flag (suppress all warnings, including those which GNU CPP issues by default) when building Boost instead.

This is ready for review/merge.

Merge request reports