We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3369a3b commit 9adb58aCopy full SHA for 9adb58a
src/include/port/pg_crc32c.h
@@ -72,7 +72,7 @@ pg_comp_crc32c_dispatch(pg_crc32c crc, const void *data, size_t len)
72
{
73
if (__builtin_constant_p(len) && len < 32)
74
75
- const unsigned char *p = data;
+ const unsigned char *p = (const unsigned char *) data;
76
77
/*
78
* For small constant inputs, inline the computation to avoid a
0 commit comments