aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/simple/powerpc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/liblzma/simple/powerpc.c')
-rw-r--r--src/liblzma/simple/powerpc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liblzma/simple/powerpc.c b/src/liblzma/simple/powerpc.c
index aaa14f22..6f835117 100644
--- a/src/liblzma/simple/powerpc.c
+++ b/src/liblzma/simple/powerpc.c
@@ -15,7 +15,7 @@
static size_t
-powerpc_code(lzma_simple *simple lzma_attribute((unused)),
+powerpc_code(lzma_simple *simple lzma_attribute((__unused__)),
uint32_t now_pos, bool is_encoder,
uint8_t *buffer, size_t size)
{