aboutsummaryrefslogtreecommitdiffstats
path: root/test/software_volume.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'test/software_volume.cxx')
-rw-r--r--test/software_volume.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/software_volume.cxx b/test/software_volume.cxx
index c46804731..d3b47d74a 100644
--- a/test/software_volume.cxx
+++ b/test/software_volume.cxx
@@ -65,6 +65,6 @@ int main(int argc, char **argv)
return 2;
}
- G_GNUC_UNUSED ssize_t ignored = write(1, buffer, nbytes);
+ gcc_unused ssize_t ignored = write(1, buffer, nbytes);
}
}