summaryrefslogtreecommitdiff
path: root/lzfP.h
diff options
context:
space:
mode:
Diffstat (limited to 'lzfP.h')
-rw-r--r--lzfP.h1
1 files changed, 0 insertions, 1 deletions
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