From 0722dc9e3604d7d19ed1a91d7b2d28fdd1eaef00 Mon Sep 17 00:00:00 2001 From: "jabber.developer" Date: Mon, 13 Apr 2026 18:25:47 +0000 Subject: [PATCH] build(pikaur): Fix failure due to duplicated flag and warnings --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 07abd4d4..9858a117 100644 --- a/configure.ac +++ b/configure.ac @@ -387,12 +387,11 @@ AC_SUBST([FORKPTY_LIB]) ## Default parameters AM_CFLAGS="$AM_CFLAGS -Wall -Wextra -Wformat=2 -Wno-format-zero-length" AM_CFLAGS="$AM_CFLAGS -Wno-deprecated-declarations -Wno-unused-parameter -Wno-missing-field-initializers -Wno-sign-compare -Wno-cast-function-type" -AM_CFLAGS="$AM_CFLAGS -Wnull-dereference -Wpointer-arith" +AM_CFLAGS="$AM_CFLAGS -Wpointer-arith" AM_CFLAGS="$AM_CFLAGS -Wimplicit-function-declaration" AM_CFLAGS="$AM_CFLAGS -Wundef" AM_CFLAGS="$AM_CFLAGS -Wfloat-equal -Wredundant-decls" AM_CFLAGS="$AM_CFLAGS -fstack-protector-strong -fno-common" -AM_CFLAGS="$AM_CFLAGS -D_FORTIFY_SOURCE=2" AM_CFLAGS="$AM_CFLAGS -std=gnu99 -ggdb3" # GCC-specific warnings (not supported by clang) — test each one -- 2.49.1