summaryrefslogtreecommitdiff
path: root/ext/hash/hash_crc32.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/hash/hash_crc32.c')
-rw-r--r--ext/hash/hash_crc32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/hash/hash_crc32.c b/ext/hash/hash_crc32.c
index ade32a3b35..d77cdde013 100644
--- a/ext/hash/hash_crc32.c
+++ b/ext/hash/hash_crc32.c
@@ -20,7 +20,7 @@
#include "php_hash_crc32_tables.h"
#include "ext/standard/crc32_x86.h"
-PHP_HASH_API void PHP_CRC32Init(PHP_CRC32_CTX *context)
+PHP_HASH_API void PHP_CRC32Init(PHP_CRC32_CTX *context, ZEND_ATTRIBUTE_UNUSED HashTable *args)
{
context->state = ~0;
}