From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18717 invoked by alias); 6 Aug 2018 21:04:55 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 18697 invoked by uid 89); 6 Aug 2018 21:04:54 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-3.0 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy=Hx-languages-length:433 X-HELO: mx0a-001b2d01.pphosted.com Received: from mx0a-001b2d01.pphosted.com (HELO mx0a-001b2d01.pphosted.com) (148.163.156.1) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 06 Aug 2018 21:04:53 +0000 Received: from pps.filterd (m0098404.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.22/8.16.0.22) with SMTP id w76L4DH5104324 for ; Mon, 6 Aug 2018 17:04:52 -0400 Received: from e13.ny.us.ibm.com (e13.ny.us.ibm.com [129.33.205.203]) by mx0a-001b2d01.pphosted.com with ESMTP id 2kpugjwc12-1 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=NOT) for ; Mon, 06 Aug 2018 17:04:51 -0400 Received: from localhost by e13.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 6 Aug 2018 17:04:50 -0400 Received: from b01cxnp23032.gho.pok.ibm.com (9.57.198.27) by e13.ny.us.ibm.com (146.89.104.200) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; (version=TLSv1/SSLv3 cipher=AES256-GCM-SHA384 bits=256/256) Mon, 6 Aug 2018 17:04:49 -0400 Received: from b01ledav005.gho.pok.ibm.com (b01ledav005.gho.pok.ibm.com [9.57.199.110]) by b01cxnp23032.gho.pok.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id w76L4m5V19530192 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 6 Aug 2018 21:04:48 GMT Received: from b01ledav005.gho.pok.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 79E0CAE05F; Mon, 6 Aug 2018 17:03:47 -0400 (EDT) Received: from b01ledav005.gho.pok.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 4E344AE062; Mon, 6 Aug 2018 17:03:47 -0400 (EDT) Received: from pedro.localdomain (unknown [9.18.235.221]) by b01ledav005.gho.pok.ibm.com (Postfix) with ESMTP; Mon, 6 Aug 2018 17:03:47 -0400 (EDT) Received: by pedro.localdomain (Postfix, from userid 1000) id AB7FF3C0426; Mon, 6 Aug 2018 18:04:45 -0300 (-03) From: Pedro Franco de Carvalho To: Simon Marchi , gdb-patches@sourceware.org Cc: Simon Marchi Subject: Re: [pushed] Fix compilation failure in remote.c In-Reply-To: <1533589131-30320-1-git-send-email-simon.marchi@ericsson.com> References: <1533589131-30320-1-git-send-email-simon.marchi@ericsson.com> Date: Mon, 06 Aug 2018 21:04:00 -0000 MIME-Version: 1.0 Content-Type: text/plain x-cbid: 18080621-0064-0000-0000-000003363B0D X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00009497; HX=3.00000241; KW=3.00000007; PH=3.00000004; SC=3.00000266; SDB=6.01070432; UDB=6.00550885; IPR=6.00849682; MB=3.00022545; MTD=3.00000008; XFM=3.00000015; UTC=2018-08-06 21:04:50 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 18080621-0065-0000-0000-00003A35F57C Message-Id: <87ftzrmck2.fsf@linux.vnet.ibm.com> X-IsSubscribed: yes X-SW-Source: 2018-08/txt/msg00106.txt.bz2 Simon Marchi writes: > A recent patch introduced a few of these: > > /home/emaisin/src/binutils-gdb/gdb/remote.c:12862:19: error: format not a string literal and no format arguments [-Werror=format-security] > error (err_msg); Sorry! Thanks for fixing this. I must have been using a compiler version that didn't check this. -- Pedro Franco de Carvalho