Commit 64fa1723 authored by Matthew Fernandez's avatar Matthew Fernandez
Browse files

suppress output of -m32 check in test suite

When using a toolchain without 32-bit support, the check that eventually skips
this test was causing some output about missing headers that could look
confusing when running the test suite. Even on macOS where the test is not
skipped, it was producing a linker warning. We now pipe all output to /dev/null
as it is not informative for the user.
parent d085e745
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment