Attempt to filter out unrelated warnings in the builds
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.