sqlite-vec.c:2976:37: warning: initializer-string for character array is too long, array size is 6 but initializer has size 7 (including the null terminating character); did you mean to use the 'nonstring' attribute? [-Wunterminated-string-initialization]
2976 | static unsigned char NPY_MAGIC[6] = "\x93NUMPY";
| ^~~~~~~~~~~
1 warning generated.
Please do an LLM code audit. It will find all such errors.
Please do an LLM code audit. It will find all such errors.