Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/c3c
diff options
context:
space:
mode:
authorTasos Sahanidis <tasos@tasossah.com>2024-09-08 19:26:37 +0300
committerTasos Sahanidis <tasos@tasossah.com>2024-09-08 19:26:37 +0300
commitdb1b4052a08249ec2ea3e8a385e2dbbdbd8f58aa (patch)
treea485668fc529ee9879a43e7baadbbc3a8f33aa17 /extra/c3c
parentec6353c37ff314e3367bddcb161937173d323b24 (diff)
extra/c3c: Ignore harmless warning
Diffstat (limited to 'extra/c3c')
-rw-r--r--extra/c3c/PKGBUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/extra/c3c/PKGBUILD b/extra/c3c/PKGBUILD
new file mode 100644
index 00000000..4ba3cd7a
--- /dev/null
+++ b/extra/c3c/PKGBUILD
@@ -0,0 +1,6 @@
+eval "$(
+ declare -f build | \
+ sed '
+ 3 i CFLAGS="$CFLAGS -Wno-error=int-to-pointer-cast"
+ '
+)"