From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ekaitz Zarraga Subject: Re: AVR toolchain and AVR libc Date: Sun, 23 Feb 2020 17:54:20 +0000 Message-ID: References: <19JoeiC5D-yQvWRdr6EKEl-7bmePCEoX92jmGYXR4CSF5yTOj5wZmCmhR0M1O91CJCBiitfqAYOYQTupsnS1_WjMASoJKn6YnsIWfM1CoBA=@elenq.tech> Reply-To: Ekaitz Zarraga Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:38382) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j5vSd-0001Wx-UU for help-guix@gnu.org; Sun, 23 Feb 2020 12:54:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j5vSc-0000FV-Gi for help-guix@gnu.org; Sun, 23 Feb 2020 12:54:35 -0500 Received: from mail2.protonmail.ch ([185.70.40.22]:20662) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j5vSc-0000FE-2S for help-guix@gnu.org; Sun, 23 Feb 2020 12:54:34 -0500 In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane-mx.org@gnu.org Sender: "Help-Guix" To: Arun Isaac Cc: "help-guix@gnu.org" > This is the compiler treating the strict prototype warning as an > error. You could get around this by using the ALLOW_WARNINGS=3Dyes > makeflag supported by the Makefile of the QMK firmware project. > > make ALLOW_WARNINGS=3Dyes > It worked! Thanks a lot.