Skip to content
Commit 1b16ff0b authored by Gabriel F T Gomes's avatar Gabriel F T Gomes Committed by Gabriel F. T. Gomes
Browse files

Fix warning caused by unused-result in bug-atexit3-lib.cc

The test case dlfcn/bug-atexit3-lib.cc calls write and doesn't check the
result.  When building with GCC 6.2, this generates a warning in 'make
check', which is treated as an error.  This patch replaces the call to
write with a call to write_message.

Tested for powerpc64le.
parent f82a4bdb
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment