--- setup.py	2024-08-20 05:35:37.000000000 +0800
+++ setup.py	2024-09-29 19:33:16.000000000 +0800
@@ -170,6 +170,7 @@
                 "src/vector.c",
             ],
             **ext_options,
+            extra_compile_args=["-Wno-error=incompatible-pointer-types"],
         )
     ]
 
