mirror of
https://github.com/termux/termux-packages.git
synced 2024-12-12 00:10:52 +00:00
11 lines
470 B
Diff
11 lines
470 B
Diff
+++ a/configure
|
|
@@ -16733,7 +16733,7 @@
|
|
-Werror=missing-prototypes -Werror=nested-externs \
|
|
-Werror=implicit-function-declaration \
|
|
-Wmissing-declarations -Wno-pointer-sign \
|
|
- -Werror=format-security -Wbitwise -Wcast-to-as \
|
|
+ -Wno-error=format-security -Wbitwise -Wcast-to-as \
|
|
-Wdefault-bitfield-sign -Wdo-while -Wparen-string \
|
|
-Wptr-subtraction-blows -Wreturn-void -Wtypesign \
|
|
-Wstrict-prototypes -Wno-error=format-nonliteral "
|