]> git.lizzy.rs Git - zlib.git/blobdiff - deflate.c
Add warnings when compiling with assembler code.
[zlib.git] / deflate.c
index 7817530835f5283a8b496ff5e5b1b383ad523ae2..9161f296a4639ce8a7b4852a8cc203b59f3c5208 100644 (file)
--- a/deflate.c
+++ b/deflate.c
@@ -88,6 +88,7 @@ local void putShortMSB    OF((deflate_state *s, uInt b));
 local void flush_pending  OF((z_streamp strm));
 local unsigned read_buf   OF((z_streamp strm, Bytef *buf, unsigned size));
 #ifdef ASMV
+#  pragma message("Assembler code may have bugs -- use at your own risk")
       void match_init OF((void)); /* asm code initialization */
       uInt longest_match  OF((deflate_state *s, IPos cur_match));
 #else