summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/zlib/inffast.c
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/zlib/inffast.c')
-rw-r--r--3rdparty/zlib/inffast.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/3rdparty/zlib/inffast.c b/3rdparty/zlib/inffast.c
index a15876d4e44..0dbd1dbc09f 100644
--- a/3rdparty/zlib/inffast.c
+++ b/3rdparty/zlib/inffast.c
@@ -1,5 +1,5 @@
/* inffast.c -- fast decoding
- * Copyright (C) 1995-2008, 2010, 2013, 2016 Mark Adler
+ * Copyright (C) 1995-2017 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
@@ -8,7 +8,9 @@
#include "inflate.h"
#include "inffast.h"
-#ifndef ASMINF
+#ifdef ASMINF
+# pragma message("Assembler code may have bugs -- use at your own risk")
+#else
/*
Decode literal, length, and distance codes and write out the resulting