From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from 1wt.eu (ded1.1wt.eu [163.172.96.212]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 615B9154BFC; Wed, 24 Apr 2024 05:32:13 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=163.172.96.212 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713936736; cv=none; b=MY1bTVX/TvYCYNSWnWpGM9o9wqTXgqfRPs6JtEPkZxxqb7m9xZhMSiB+as9EqEi4p6RdQlvvQCB/QXHTo+wcErLNS+i3Mm0bSBBu/1PpRJHX64jydUU5VxQ/Y+zpxShcbM6IPLY7SweDV6QL4z/vBdnR0mhD5m/utcf7nJsTAao= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713936736; c=relaxed/simple; bh=BuZoLx40bHCv2miu1sHKyO/TAtq8OnTW87eDVfAAQs0=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Y/ci0BxuHt5EMU2oUKcOpcZglBmzqbKE4YkDQAUeWGo/NygvCi3wx9PMK9qrH+NSGjYS2RC2fhvSljymdHqskx5uSabTi7vrrSbfxbMqwbJ+Y112dWgPVmc+UemOqrehaOyl+iUmtWw9EPMynOvOO43Bd47R4KBenkLF+bsUdZo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=1wt.eu; spf=pass smtp.mailfrom=1wt.eu; arc=none smtp.client-ip=163.172.96.212 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=1wt.eu Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=1wt.eu Received: (from willy@localhost) by mail.home.local (8.17.1/8.17.1/Submit) id 43O5W71c030680; Wed, 24 Apr 2024 07:32:07 +0200 Date: Wed, 24 Apr 2024 07:32:07 +0200 From: Willy Tarreau To: Thomas =?iso-8859-1?Q?Wei=DFschuh?= Cc: Shuah Khan , linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] selftests/nolibc: run-tests.sh: use -Werror by default Message-ID: References: <20240423-nolibc-werror-v1-1-e6f0bd66eb45@weissschuh.net> Precedence: bulk X-Mailing-List: linux-kselftest@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20240423-nolibc-werror-v1-1-e6f0bd66eb45@weissschuh.net> On Tue, Apr 23, 2024 at 06:26:06PM +0200, Thomas Weißschuh wrote: > run-tests.sh hides the output from the compiler unless the compilation > fails. To recognize newly introduced warnings use -Werror by default. > > Also add a switch to disable -Werror in case the warnings are expected. > > Signed-off-by: Thomas Weißschuh Acked-by: Willy Tarreau Thank you Thomas for this one as well! Willy