From nobody Sun May 12 09:32:36 2024 Delivered-To: importer@patchew.org Received-SPF: none (zohomail.com: 8.43.85.245 is neither permitted nor denied by domain of lists.libvirt.org) client-ip=8.43.85.245; envelope-from=devel-bounces@lists.libvirt.org; helo=lists.libvirt.org; Authentication-Results: mx.zohomail.com; spf=none (zohomail.com: 8.43.85.245 is neither permitted nor denied by domain of lists.libvirt.org) smtp.mailfrom=devel-bounces@lists.libvirt.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.libvirt.org (lists.libvirt.org [8.43.85.245]) by mx.zohomail.com with SMTPS id 1709204359360178.37088212885544; Thu, 29 Feb 2024 02:59:19 -0800 (PST) Received: by lists.libvirt.org (Postfix, from userid 996) id F1AC71BA7; Thu, 29 Feb 2024 05:59:17 -0500 (EST) Received: from lists.libvirt.org (localhost [IPv6:::1]) by lists.libvirt.org (Postfix) with ESMTP id AC2841A5E; Thu, 29 Feb 2024 05:57:30 -0500 (EST) Received: by lists.libvirt.org (Postfix, from userid 996) id A29F71A5F; Thu, 29 Feb 2024 05:57:25 -0500 (EST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.libvirt.org (Postfix) with ESMTPS id 8F18619F7 for ; Thu, 29 Feb 2024 05:57:24 -0500 (EST) Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-380-mCsts62iOxSq1zOF53YSiA-1; Thu, 29 Feb 2024 05:57:22 -0500 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.rdu2.redhat.com [10.11.54.4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 5AE9285A588 for ; Thu, 29 Feb 2024 10:57:22 +0000 (UTC) Received: from harajuku.usersys.redhat.com (unknown [10.45.226.76]) by smtp.corp.redhat.com (Postfix) with ESMTPS id E80AB200A382 for ; Thu, 29 Feb 2024 10:57:21 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on lists.libvirt.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,T_SCC_BODY_TEXT_LINE autolearn=unavailable autolearn_force=no version=3.4.4 X-MC-Unique: mCsts62iOxSq1zOF53YSiA-1 From: Andrea Bolognani To: devel@lists.libvirt.org Subject: [RFC 1/4] configmake: Check for WIN32 correctly Date: Thu, 29 Feb 2024 11:57:16 +0100 Message-ID: <20240229105719.2045276-2-abologna@redhat.com> In-Reply-To: <20240229105719.2045276-1-abologna@redhat.com> References: <20240229105719.2045276-1-abologna@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.4 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Message-ID-Hash: HZB2XEXS3ROEN6SIKKI66RO2WX2WQQBS X-Message-ID-Hash: HZB2XEXS3ROEN6SIKKI66RO2WX2WQQBS X-MailFrom: abologna@redhat.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-config-1; header-match-config-2; header-match-config-3; header-match-devel.lists.libvirt.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header X-Mailman-Version: 3.2.2 Precedence: list List-Id: Development discussions about the libvirt library & tools Archived-At: List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: Content-Type: text/plain; charset="utf-8"; x-default="true" Content-Transfer-Encoding: quoted-printable X-ZM-MESSAGEID: 1709204359518100001 The macro is only defined on Windows, so we shouldn't check its value but rather whether it's defined at all. Signed-off-by: Andrea Bolognani --- configmake.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configmake.h.in b/configmake.h.in index c9930b6049..6b309472e5 100644 --- a/configmake.h.in +++ b/configmake.h.in @@ -1,5 +1,5 @@ /* DO NOT EDIT! GENERATED AUTOMATICALLY! */ -#if WIN32 +#ifdef WIN32 # include /* avoid mingw pollution on DATADIR */ #endif #mesondefine BINDIR --=20 2.43.2 _______________________________________________ Devel mailing list -- devel@lists.libvirt.org To unsubscribe send an email to devel-leave@lists.libvirt.org From nobody Sun May 12 09:32:36 2024 Delivered-To: importer@patchew.org Received-SPF: none (zohomail.com: 8.43.85.245 is neither permitted nor denied by domain of lists.libvirt.org) client-ip=8.43.85.245; envelope-from=devel-bounces@lists.libvirt.org; helo=lists.libvirt.org; Authentication-Results: mx.zohomail.com; spf=none (zohomail.com: 8.43.85.245 is neither permitted nor denied by domain of lists.libvirt.org) smtp.mailfrom=devel-bounces@lists.libvirt.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.libvirt.org (lists.libvirt.org [8.43.85.245]) by mx.zohomail.com with SMTPS id 170920464789099.50266901538896; Thu, 29 Feb 2024 03:04:07 -0800 (PST) Received: by lists.libvirt.org (Postfix, from userid 996) id C505B1DD1; Thu, 29 Feb 2024 06:04:06 -0500 (EST) Received: from lists.libvirt.org (localhost [IPv6:::1]) by lists.libvirt.org (Postfix) with ESMTP id F099C1AEF; Thu, 29 Feb 2024 05:58:01 -0500 (EST) Received: by lists.libvirt.org (Postfix, from userid 996) id 4705B1A5E; Thu, 29 Feb 2024 05:57:27 -0500 (EST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.libvirt.org (Postfix) with ESMTPS id 1B89E19F7 for ; Thu, 29 Feb 2024 05:57:26 -0500 (EST) Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-557-7Wy2NraOM2WbPSkXRps32A-1; Thu, 29 Feb 2024 05:57:23 -0500 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.rdu2.redhat.com [10.11.54.4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 0E892185A780 for ; Thu, 29 Feb 2024 10:57:23 +0000 (UTC) Received: from harajuku.usersys.redhat.com (unknown [10.45.226.76]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 9B538200A382 for ; Thu, 29 Feb 2024 10:57:22 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on lists.libvirt.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE, T_SCC_BODY_TEXT_LINE autolearn=unavailable autolearn_force=no version=3.4.4 X-MC-Unique: 7Wy2NraOM2WbPSkXRps32A-1 From: Andrea Bolognani To: devel@lists.libvirt.org Subject: [RFC 2/4] meson: Always define WITH_*_DECL macros Date: Thu, 29 Feb 2024 11:57:17 +0100 Message-ID: <20240229105719.2045276-3-abologna@redhat.com> In-Reply-To: <20240229105719.2045276-1-abologna@redhat.com> References: <20240229105719.2045276-1-abologna@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.4 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Message-ID-Hash: Z6KSURETY4PRQPAPOCHNNSSOBE2UYXVE X-Message-ID-Hash: Z6KSURETY4PRQPAPOCHNNSSOBE2UYXVE X-MailFrom: abologna@redhat.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-config-1; header-match-config-2; header-match-config-3; header-match-devel.lists.libvirt.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header X-Mailman-Version: 3.2.2 Precedence: list List-Id: Development discussions about the libvirt library & tools Archived-At: List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: Content-Type: text/plain; charset="utf-8"; x-default="true" Content-Transfer-Encoding: quoted-printable X-ZM-MESSAGEID: 1709204648823100001 Instead of only defining them when the corresponding declaration exists, define them all the time and make their value reflect the availability. Signed-off-by: Andrea Bolognani --- meson.build | 2 ++ tests/virmockstathelpers.c | 28 ++++++++++++++-------------- 2 files changed, 16 insertions(+), 14 deletions(-) diff --git a/meson.build b/meson.build index 7845f60ff7..9628fbcd59 100644 --- a/meson.build +++ b/meson.build @@ -614,6 +614,8 @@ endforeach foreach function : stat_functions if cc.has_header_symbol('sys/stat.h', function) conf.set('WITH_@0@_DECL'.format(function.to_upper()), 1) + else + conf.set('WITH_@0@_DECL'.format(function.to_upper()), 0) endif endforeach =20 diff --git a/tests/virmockstathelpers.c b/tests/virmockstathelpers.c index 8a76c5e369..a794788d03 100644 --- a/tests/virmockstathelpers.c +++ b/tests/virmockstathelpers.c @@ -80,47 +80,47 @@ */ =20 #if !defined(__APPLE__) -# if !defined(WITH___XSTAT_DECL) -# if defined(WITH_STAT) -# if !defined(WITH___XSTAT) && !defined(WITH_STAT64) +# if !WITH___XSTAT_DECL +# if WITH_STAT +# if !WITH___XSTAT && !WITH_STAT64 # define MOCK_STAT # endif # endif -# if defined(WITH_STAT64) +# if WITH_STAT64 # define MOCK_STAT64 # endif # else /* WITH___XSTAT_DECL */ -# if defined(WITH___XSTAT) && !defined(WITH___XSTAT64) +# if WITH___XSTAT && !WITH___XSTAT64 # define MOCK___XSTAT # endif -# if defined(WITH___XSTAT64) +# if WITH___XSTAT64 # define MOCK___XSTAT64 # endif # endif /* WITH___XSTAT_DECL */ -# if !defined(WITH___LXSTAT_DECL) -# if defined(WITH_LSTAT) -# if !defined(WITH___LXSTAT) && !defined(WITH_LSTAT64) +# if !WITH___LXSTAT_DECL +# if WITH_LSTAT +# if !WITH___LXSTAT && !WITH_LSTAT64 # define MOCK_LSTAT # endif # endif -# if defined(WITH_LSTAT64) +# if WITH_LSTAT64 # define MOCK_LSTAT64 # endif # else /* WITH___LXSTAT_DECL */ -# if defined(WITH___LXSTAT) && !defined(WITH___LXSTAT64) +# if WITH___LXSTAT && !WITH___LXSTAT64 # define MOCK___LXSTAT # endif -# if defined(WITH___LXSTAT64) +# if WITH___LXSTAT64 # define MOCK___LXSTAT64 # endif # endif /* WITH___LXSTAT_DECL */ #else /* __APPLE__ */ # define MOCK_STAT -# if defined(WITH_STAT64_DECL) +# if WITH_STAT64_DECL # define MOCK_STAT64 # endif # define MOCK_LSTAT -# if defined(WITH_LSTAT64_DECL) +# if WITH_LSTAT64_DECL # define MOCK_LSTAT64 # endif #endif --=20 2.43.2 _______________________________________________ Devel mailing list -- devel@lists.libvirt.org To unsubscribe send an email to devel-leave@lists.libvirt.org From nobody Sun May 12 09:32:36 2024 Delivered-To: importer@patchew.org Received-SPF: none (zohomail.com: 8.43.85.245 is neither permitted nor denied by domain of lists.libvirt.org) client-ip=8.43.85.245; envelope-from=devel-bounces@lists.libvirt.org; helo=lists.libvirt.org; Authentication-Results: mx.zohomail.com; spf=none (zohomail.com: 8.43.85.245 is neither permitted nor denied by domain of lists.libvirt.org) smtp.mailfrom=devel-bounces@lists.libvirt.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.libvirt.org (lists.libvirt.org [8.43.85.245]) by mx.zohomail.com with SMTPS id 1709204535534995.5582639817097; Thu, 29 Feb 2024 03:02:15 -0800 (PST) Received: by lists.libvirt.org (Postfix, from userid 996) id 6AAE81C55; Thu, 29 Feb 2024 06:02:14 -0500 (EST) Received: from lists.libvirt.org (localhost [IPv6:::1]) by lists.libvirt.org (Postfix) with ESMTP id 29CC21A99; Thu, 29 Feb 2024 05:57:51 -0500 (EST) Received: by lists.libvirt.org (Postfix, from userid 996) id 73E051A5E; Thu, 29 Feb 2024 05:57:26 -0500 (EST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.libvirt.org (Postfix) with ESMTPS id E0F851A53 for ; Thu, 29 Feb 2024 05:57:25 -0500 (EST) Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-531-r3Awj_cPM5-KlU1jkrA00g-1; Thu, 29 Feb 2024 05:57:23 -0500 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.rdu2.redhat.com [10.11.54.4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id B5E5E868A20 for ; Thu, 29 Feb 2024 10:57:23 +0000 (UTC) Received: from harajuku.usersys.redhat.com (unknown [10.45.226.76]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 4E8952026D0A for ; Thu, 29 Feb 2024 10:57:23 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on lists.libvirt.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE, T_SCC_BODY_TEXT_LINE autolearn=unavailable autolearn_force=no version=3.4.4 X-MC-Unique: r3Awj_cPM5-KlU1jkrA00g-1 From: Andrea Bolognani To: devel@lists.libvirt.org Subject: [RFC 3/4] syntax-check: Ensure WITH_ macros are used correctly Date: Thu, 29 Feb 2024 11:57:18 +0100 Message-ID: <20240229105719.2045276-4-abologna@redhat.com> In-Reply-To: <20240229105719.2045276-1-abologna@redhat.com> References: <20240229105719.2045276-1-abologna@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.4 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Message-ID-Hash: ER5K7ZNOXTB3KKLXEG2T6F6FRM4RYL6D X-Message-ID-Hash: ER5K7ZNOXTB3KKLXEG2T6F6FRM4RYL6D X-MailFrom: abologna@redhat.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-config-1; header-match-config-2; header-match-config-3; header-match-devel.lists.libvirt.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header X-Mailman-Version: 3.2.2 Precedence: list List-Id: Development discussions about the libvirt library & tools Archived-At: List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: Content-Type: text/plain; charset="utf-8"; x-default="true" Content-Transfer-Encoding: quoted-printable X-ZM-MESSAGEID: 1709204536383100001 They are supposed to always be defined, with their value reflecting the availability of the corresponding feature, so using #ifdef or #if defined() with them is incorrect. Signed-off-by: Andrea Bolognani --- build-aux/syntax-check.mk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-aux/syntax-check.mk b/build-aux/syntax-check.mk index 2ac8c5760f..067f47ac03 100644 --- a/build-aux/syntax-check.mk +++ b/build-aux/syntax-check.mk @@ -1347,6 +1347,11 @@ sc_rst_since: halt=3D'format :since: correctly' \ $(_sc_search_regexp) =20 +sc_with_ifdef: + @prohibit=3D'^# *(ifdef +|ifndef +|if.*defined\()WITH_' \ + halt=3D'do not use #ifdef or #if defined() for WITH_ macros' \ + $(_sc_search_regexp) + =20 ## ---------- ## ## Exceptions ## --=20 2.43.2 _______________________________________________ Devel mailing list -- devel@lists.libvirt.org To unsubscribe send an email to devel-leave@lists.libvirt.org From nobody Sun May 12 09:32:36 2024 Delivered-To: importer@patchew.org Received-SPF: none (zohomail.com: 8.43.85.245 is neither permitted nor denied by domain of lists.libvirt.org) client-ip=8.43.85.245; envelope-from=devel-bounces@lists.libvirt.org; helo=lists.libvirt.org; Authentication-Results: mx.zohomail.com; spf=none (zohomail.com: 8.43.85.245 is neither permitted nor denied by domain of lists.libvirt.org) smtp.mailfrom=devel-bounces@lists.libvirt.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.libvirt.org (lists.libvirt.org [8.43.85.245]) by mx.zohomail.com with SMTPS id 17092047133361000.6725695606982; Thu, 29 Feb 2024 03:05:13 -0800 (PST) Received: by lists.libvirt.org (Postfix, from userid 996) id 38C67177E; Thu, 29 Feb 2024 06:05:12 -0500 (EST) Received: from lists.libvirt.org (localhost [IPv6:::1]) by lists.libvirt.org (Postfix) with ESMTP id B427F1CED; Thu, 29 Feb 2024 05:58:18 -0500 (EST) Received: by lists.libvirt.org (Postfix, from userid 996) id 894AA1A53; Thu, 29 Feb 2024 05:57:27 -0500 (EST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.libvirt.org (Postfix) with ESMTPS id 6ADF81A5F for ; Thu, 29 Feb 2024 05:57:26 -0500 (EST) Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-370-OWyZsTahNs2ikWUNn5jzyA-1; Thu, 29 Feb 2024 05:57:24 -0500 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.rdu2.redhat.com [10.11.54.4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 69C6C10651E6 for ; Thu, 29 Feb 2024 10:57:24 +0000 (UTC) Received: from harajuku.usersys.redhat.com (unknown [10.45.226.76]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 01B13200A382 for ; Thu, 29 Feb 2024 10:57:23 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on lists.libvirt.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,T_SCC_BODY_TEXT_LINE autolearn=unavailable autolearn_force=no version=3.4.4 X-MC-Unique: OWyZsTahNs2ikWUNn5jzyA-1 From: Andrea Bolognani To: devel@lists.libvirt.org Subject: [RFC 4/4] meson: Enable -Wundef Date: Thu, 29 Feb 2024 11:57:19 +0100 Message-ID: <20240229105719.2045276-5-abologna@redhat.com> In-Reply-To: <20240229105719.2045276-1-abologna@redhat.com> References: <20240229105719.2045276-1-abologna@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.4 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Message-ID-Hash: KJ2KRTW4FX4GOD4FZCSXLSC4MFLMPM62 X-Message-ID-Hash: KJ2KRTW4FX4GOD4FZCSXLSC4MFLMPM62 X-MailFrom: abologna@redhat.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-config-1; header-match-config-2; header-match-config-3; header-match-devel.lists.libvirt.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header X-Mailman-Version: 3.2.2 Precedence: list List-Id: Development discussions about the libvirt library & tools Archived-At: List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: Content-Type: text/plain; charset="utf-8"; x-default="true" Content-Transfer-Encoding: quoted-printable X-ZM-MESSAGEID: 1709204715038100001 This will catch cases in which we try to use the value of a macro that is only defined when the corresponding feature is present. Signed-off-by: Andrea Bolognani --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index 9628fbcd59..3a83fb992a 100644 --- a/meson.build +++ b/meson.build @@ -399,6 +399,7 @@ cc_flags +=3D [ '-Wno-typedef-redefinition', '-Wuninitialized', '-Wunknown-pragmas', + '-Wundef', '-Wunused', '-Wunused-but-set-parameter', '-Wunused-but-set-variable', --=20 2.43.2 _______________________________________________ Devel mailing list -- devel@lists.libvirt.org To unsubscribe send an email to devel-leave@lists.libvirt.org