Description: add -Wno-incompatible-pointer-types to $CFLAGS
Author: Lucas Kanashiro <kanashiro@ubuntu.com>
Forwarded: no
Last-Update: 2024-08-21

--- a/extconf.rb
+++ b/extconf.rb
@@ -30,5 +30,5 @@
 if enable_config("utf-32", true)
   $CFLAGS += " -DUTF32"
 end
-
+$CFLAGS << ' -Wno-incompatible-pointer-types '
 create_makefile("uconv")
