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_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=1756453542; bh=KJWhcZfLGIqacKm8s69rfg0x43h1Pfr7E1g478plPwg=; h=MIME-Version:References:In-Reply-To:From:Date:Message-ID:Subject: To:Cc:Content-Type:Content-Transfer-Encoding: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=vWd79uxAdMC8hgYeL7gXnL99rr7yOvoQWZ6croRxG3LDMxFmUiH9t9Im7wR6PqSbu M1ppk/fLxKjxY/uBzbezUwS9U2qq+SIy4Bbcb4pEiRccz2SOCH2vo/CTyjMOqctZQ+ um3yTp+4I2grfr0B/7OP+bcQeFQRXeHcA7Bcwx9ps3WudWzjqaFW/bpGurg+Hg5Pgz YuGYaQw4AisvGYAKezPVoVE86KmPkbnjDnTbJDHCgTM5vorIeKSx1GMEVz1nR0vYeL 8ruoBs4Y+jzlDtBRPPosuul0i91ApjZ5hpUyzjZyb7fN+OW8kyiZ4mz6b0tzVFp56v 4XGx7pd74OZww== Received: from mail-qt1-f182.google.com (mail-qt1-f182.google.com [209.85.160.182]) by server-vie001.gnuweeb.org (Postfix) with ESMTPSA id E3E683127F9E for ; Fri, 29 Aug 2025 07:45:42 +0000 (UTC) Received: by mail-qt1-f182.google.com with SMTP id d75a77b69052e-4b2b859ab0dso17126841cf.1 for ; Fri, 29 Aug 2025 00:45:42 -0700 (PDT) X-Forwarded-Encrypted: i=1; AJvYcCU01RZ5MS7YRZOo+avSfnGJ23QdtsxqsyAZsw0AqjHLcJIepewqxbazi2VZmiCdqcYdLYtB@vger.gnuweeb.org X-Gm-Message-State: AOJu0YwfAFEcJIxGy+Lud8pDoepqQUv8xlSZWVKaGETyBwSVBwzH8WO4 9ISM4iTOCarcwtwGccqb3eUA7Rz6mftZwBvSwDbHquNWYUp92LYy7bw5D2JfGD+jrkgeyg5oP3t 9z24nmkO3oXTIg2gN2960Snk9nOagBBk= X-Google-Smtp-Source: AGHT+IGFPl4Ls9rDb2wXHVNErMbTooAiy1LtO9koyi4YqsyEiPgm7JmShvRDmBCAfZgIwsQIOoG+fmVswmwHQipdhf0= X-Received: by 2002:a05:622a:4b14:b0:4b2:fb6b:38b5 with SMTP id d75a77b69052e-4b2fb6b3acemr81730961cf.5.1756453541737; Fri, 29 Aug 2025 00:45:41 -0700 (PDT) MIME-Version: 1.0 References: <20250829033628.573589-1-reyuki@gnuweeb.org> <20250829043632.GA652664-ammarfaizi2@gnuweeb.org> In-Reply-To: From: Ammar Faizi Date: Fri, 29 Aug 2025 14:45:25 +0700 X-Gmail-Original-Message-ID: X-Gm-Features: Ac12FXxG4OsUmN7GWlA7JOYvPUY_m5jqgbpzYtA7k2oV8_PE7KODuGzxD4dke2A Message-ID: Subject: Re: [PATCH gwproxy v7 0/2] Initial work on integration of DNS parser lib in gwproxy To: Ahmad Gani Cc: Alviro Iskandar Setiawan , "GNU/Weeb Mailing List" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable List-Id: On Fri, Aug 29, 2025 at 2:40=E2=80=AFPM Ahmad Gani wrote: > Cool. it can detect something that compiler didn't catch: Yeah, that's great. But note that you don't need to address all warnings. That long printf() call is totally fine here. And it's better to be written that long. I am not sure why it is yelling about ENOSYS. It does not make much sense to warn that for gwproxy. So you can ignore some warnings. My primary complaint was the whitespace error. --=20 Ammar Faizi