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