Building gzip, I see this warning:
/GZIP/gzip/lib/crc-generate-table.c:41:15: warning: no previous declaration for
'crc_table' [-Wmissing-variable-declarations]
This patch fixes it.
2025-04-26 Bruno Haible
crc: Fix -Wmissing-variable-declarations warning.
I have installed this.
2005-10-22 Simon Josefsson <[EMAIL PROTECTED]>
* crc.h: Include stddef.h, for size_t.
--- crc.h 21 Oct 2005 14:31:48 +0200 1.2
+++ crc.h 22 Oct 2005 18:14:49 +0200
@@ -20,6 +20,7 @@
#ifndef CRC_H
# define CRC_H 1
+#include
#include