summaryrefslogtreecommitdiffstatshomepage
path: root/py/vmentrytable.h
diff options
context:
space:
mode:
Diffstat (limited to 'py/vmentrytable.h')
-rw-r--r--py/vmentrytable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/vmentrytable.h b/py/vmentrytable.h
index f3143b5d1d..9df1e40a32 100644
--- a/py/vmentrytable.h
+++ b/py/vmentrytable.h
@@ -29,7 +29,7 @@
#pragma clang diagnostic ignored "-Winitializer-overrides"
#endif // __clang__
-static void* entry_table[256] = {
+static const void *const entry_table[256] = {
[0 ... 255] = &&entry_default,
[MP_BC_LOAD_CONST_FALSE] = &&entry_MP_BC_LOAD_CONST_FALSE,
[MP_BC_LOAD_CONST_NONE] = &&entry_MP_BC_LOAD_CONST_NONE,