From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server-vie001.gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-1.2 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,URIBL_DBL_BLOCKED_OPENDNS, URIBL_ZEN_BLOCKED_OPENDNS autolearn=ham autolearn_force=no version=3.4.6 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=new2025; t=1754473625; bh=Vm7RKg1NbEgZSc9wIbsaFi1SjjxmJ6wJSk+xiMbZm7Q=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:In-Reply-To:Message-ID:Date:From:Reply-To:Subject:To: Cc:In-Reply-To:References:Resent-Date:Resent-From:Resent-To: Resent-Cc:User-Agent:Content-Type:Content-Transfer-Encoding; b=tnI7J1T04pRN6GVVvajkhRdfbywXBZZHXyNr+BAM1GVXeQNOIQk2f0qxDZixCMnpS syQRbesO6KMU0vrzBIEL9OTDbW+yxA9Pt6uDBke4rDXGEHJW8qRlqQ27JPvQUe6CYQ CYPua4m7Tyeerb1L8vc2/bvBgYAVGaOH8OnDoLOJ3VxPAVyrp4pKyqdLelqiaQ0FSX 69jKKOzHQTbbxQA4FtvrQxBmM3joyWV8srfsdRZLYkKsEU5jsmgUZwIgnjSb0NrtGE S2NEtA9yZRwKYprqPvpFtzC9FcJFyeDg6hAKbCkNuw1Qavyo/xhGKFyUqchWQMQjfN TKZpoxGZqLaVw== Received: from linux.gnuweeb.org (unknown [182.253.126.229]) by server-vie001.gnuweeb.org (Postfix) with ESMTPSA id 2871F3127B1D; Wed, 6 Aug 2025 09:47:03 +0000 (UTC) Date: Wed, 6 Aug 2025 16:47:01 +0700 From: Ammar Faizi To: Ahmad Gani Cc: Alviro Iskandar Setiawan , GNU/Weeb Mailing List Subject: Re: [PATCH gwproxy v4 0/6] Initial work for DNS lookup implementation Message-ID: References: <20250806035727.216702-1-reyuki@gnuweeb.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Machine-Hash: hUx9VaHkTWcLO7S8CQCslj6OzqBx2hfLChRz45nPESx5VSB/xuJQVOKOB1zSXE3yc9ntP27bV1M1 List-Id: On Wed, Aug 06, 2025 at 03:58:30PM +0700, Ammar Faizi wrote: > The CI build on GitHub didn't catch that warning. Not sure. It probably > missed -Werror flag on GitHub Actions, I'll take a look later. Still > cleaning my kitchen now... Yeah, it's missing -Werror flag on the CI, so it didn't fail. That warning actually exists: x86_64-linux-gnu-gcc -ggdb3 -fvisibility=hidden -fno-strict-aliasing -ffunction-sections -fdata-sections -fno-stack-protector -Wunsafe-loop-optimizations -Wstrict-aliasing=3 -Wstrict-prototypes -Wmissing-prototypes -Wstack-usage=8192 -Wformat -Wformat-security -Wformat-signedness -Wunreachable-code -Wsequence-point -Wextra -Wall -O2 -fpic -fPIC -D_GNU_SOURCE -include /home/runner/work/gwproxy/gwproxy/config.h -I./src/ -DNDEBUG -MMD -MP -MF src/gwproxy/ev/epoll.c.o.d -c src/gwproxy/ev/epoll.c -o src/gwproxy/ev/epoll.c.o src/gwproxy/net.c:1: warning: "_GNU_SOURCE" redefined 1 | #define _GNU_SOURCE | : note: this is the location of the previous definition -- Ammar Faizi