From a503882c95b9fc1de52d256c2d341373e8942253 Mon Sep 17 00:00:00 2001 From: pcg Date: Wed, 15 Oct 2003 00:58:48 +0000 Subject: *** empty log message *** --- Changes | 3 +++ lzfP.h | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index eee05f4..08d087a 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,6 @@ +1.1 + - removed #warn directive, it's not worth the hassle. + 1.0 Sun Nov 17 12:37:37 CET 2002 - slightly better compression ratio, almost unmeasurably slower. diff --git a/lzfP.h b/lzfP.h index 946f14c..0d64282 100644 --- a/lzfP.h +++ b/lzfP.h @@ -93,7 +93,6 @@ typedef unsigned char u8; # elif UINT_MAX == 65535 typedef unsigned int u16; # else -# warn need 16 bit datatype when STRICT_ALIGN == 0, this is non-fatal # undef STRICT_ALIGN # define STRICT_ALIGN 1 # endif -- cgit v1.2.3