summaryrefslogtreecommitdiff
path: root/tools/lz/nullcomp.c
diff options
context:
space:
mode:
authorentrpntr <entrpntr@gmail.com>2020-05-28 06:44:10 -0400
committerentrpntr <entrpntr@gmail.com>2020-06-14 15:07:27 -0400
commit4ac8bcc29a4ad5bb908b692baa040e7c7eb21249 (patch)
treed4e14bd6d9c367a1d5993dc9729451a3770f9870 /tools/lz/nullcomp.c
parent4517c08edaa6783fac0fb15dd98b476e066134f8 (diff)
Checkpoint where things mostly work.
Diffstat (limited to 'tools/lz/nullcomp.c')
-rw-r--r--tools/lz/nullcomp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lz/nullcomp.c b/tools/lz/nullcomp.c
index d4535bd3..33d0b726 100644
--- a/tools/lz/nullcomp.c
+++ b/tools/lz/nullcomp.c
@@ -6,7 +6,7 @@
Flags values: 0 = split a trailing 33-to-64-byte block at the end into two short blocks; 1 = don't
*/
-struct command * store_uncompressed (__attribute__((unused)) const unsigned char * data, __attribute__((unused)) const unsigned char * bitflipped, unsigned short * size, unsigned flags) {
+struct command * store_uncompressed (const unsigned char * data, const unsigned char * bitflipped, unsigned short * size, unsigned flags) {
unsigned short position, block, remainder = *size;
struct command * result = NULL;
*size = 0;