diff options
-rw-r--r-- | Changes | 3 | ||||
-rw-r--r-- | lzfP.h | 1 |
2 files changed, 3 insertions, 1 deletions
@@ -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. @@ -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 |