summaryrefslogtreecommitdiff
path: root/test/run_normalize.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'test/run_normalize.cxx')
-rw-r--r--test/run_normalize.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run_normalize.cxx b/test/run_normalize.cxx
index e4acdc204..db626e955 100644
--- a/test/run_normalize.cxx
+++ b/test/run_normalize.cxx
@@ -57,7 +57,7 @@ try {
Compressor_Process_int16(compressor,
(int16_t *)buffer, nbytes / 2);
- gcc_unused ssize_t ignored = write(1, buffer, nbytes);
+ [[maybe_unused]] ssize_t ignored = write(1, buffer, nbytes);
}
Compressor_delete(compressor);