From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by sourceware.org (Postfix) with ESMTPS id E7C70385840D for ; Wed, 24 Jan 2024 13:06:35 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org E7C70385840D Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org E7C70385840D Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=170.10.129.124 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1706101597; cv=none; b=vSWLT4z3STFNw1vlq95mr/7XSkefqphegXTDOl44DYiQ44GHBQafYj3xq64kCS68dYDnBFNN43/0b+1aDP1ORxrSLZzLR/hHSYph1kdF3a45lvnWCAzUwVHFbJcre2M/WVBLlYRWiqRogAHmZA2YoIE21LZ9+7rRu2bsR3YFetY= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1706101597; c=relaxed/simple; bh=I1OMdk4Gs/oNjmHrQYrOv+E4rmIxOLlQ2m0WnEOcUVU=; h=DKIM-Signature:Date:From:To:Subject:Message-ID:MIME-Version; b=ZD9oymaSUBSu5JqG5B/GWJ3X8P/2AVR125yCrXrgA/kbmTKC+AYp2p8rAlebz+6yZZMd7IGlazlRdfyrhoomzINz7CDAzh9MwzSy3xkO9SQgKUO8RWde69j8e5yp6nckX3g89kmvK0WM/RQHA96lZCJfLS07rczmfVLGuR3V+R8= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1706101595; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type:in-reply-to:in-reply-to: references:references; bh=/9ehI8le5/+KTocS61M05XHOJscBFu2o2GJavwfq7cA=; b=Oeh9DhUfolwlr2XikY9QPUUfytJJKpZ8EIrUECIylfSI5SH0oXJioMvihV3fCJ5U0o4DzR rXTyHgbtdKJ5TQRV6JGlqCW2AGD8wRM6EXROYRh4DDvcLTKs6jU/noSRnsEn6OSSfz086K zSYe7wwYIeT08Iaus6UKLzomTMUNyGw= 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-393-6D_gVcTPNyCfScLzsmDo0A-1; Wed, 24 Jan 2024 08:06:33 -0500 X-MC-Unique: 6D_gVcTPNyCfScLzsmDo0A-1 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 4945E83B8E5 for ; Wed, 24 Jan 2024 13:06:33 +0000 (UTC) Received: from calimero.vinschen.de (unknown [10.39.192.49]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 286402028CD2 for ; Wed, 24 Jan 2024 13:06:33 +0000 (UTC) Received: by calimero.vinschen.de (Postfix, from userid 500) id 0D4FAA80B93; Wed, 24 Jan 2024 14:06:32 +0100 (CET) Date: Wed, 24 Jan 2024 14:06:32 +0100 From: Corinna Vinschen To: newlib@sourceware.org Subject: Re: -Wall Message-ID: Reply-To: newlib@sourceware.org Mail-Followup-To: newlib@sourceware.org References: <9d3d3c81-e8e1-4e75-b585-d6425cbc5335@systematicsw.ab.ca> MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.4 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Disposition: inline X-Spam-Status: No, score=-5.6 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_NONE,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Jan 24 13:25, Liviu Ionescu wrote: > > > > On 24 Jan 2024, at 13:19, Corinna Vinschen wrote: > > > > I was just asking if we should add > > -Wall unconditionally. > > > > Ok or not? > > unconditionally: not, because there is nothing for me (as a third party package maintainer) to do when I see those warnings > behind `--enable-warnings`: definitely yes Behind --disable-warnings, if so. -Wall should at least be default. Corinna