mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-11 13:09:18 +00:00
12 lines
332 B
Diff
12 lines
332 B
Diff
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -61,7 +61,7 @@
|
|
test_c_args += [
|
|
'-Wcast-align',
|
|
'-Wdate-time',
|
|
- ['-Werror=format-security', '-Werror=format=2'],
|
|
+ ['-Wno-error=format-security', '-Wno-error=format=2'],
|
|
'-Wendif-labels',
|
|
'-Werror=incompatible-pointer-types',
|
|
'-Werror=missing-declarations',
|