From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 84192 invoked by alias); 25 Feb 2015 23:21:47 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 84174 invoked by uid 89); 25 Feb 2015 23:21:47 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=2.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KAM_FROM_URIBL_PCCC,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2 X-HELO: mail-ie0-f174.google.com Received: from mail-ie0-f174.google.com (HELO mail-ie0-f174.google.com) (209.85.223.174) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 25 Feb 2015 23:21:46 +0000 Received: by iecar1 with SMTP id ar1so9535796iec.0 for ; Wed, 25 Feb 2015 15:21:43 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.107.134.103 with SMTP id i100mr7848323iod.90.1424906503769; Wed, 25 Feb 2015 15:21:43 -0800 (PST) Received: by 10.107.136.80 with HTTP; Wed, 25 Feb 2015 15:21:43 -0800 (PST) In-Reply-To: <0AB56024-875B-4724-8ED2-A9DDB237CBFF@dell.com> References: <0AB56024-875B-4724-8ED2-A9DDB237CBFF@dell.com> Date: Thu, 26 Feb 2015 00:06:00 -0000 Message-ID: Subject: Re: format string is not a string literal From: Jack Howarth To: Paul_Koning@dell.com Cc: gdb@sourceware.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2015-02/txt/msg00054.txt.bz2 Paul, The clang developers disagree... http://llvm.org/bugs/show_bug.cgi?id=3D22701#c3 Jack On Tue, Feb 24, 2015 at 1:09 PM, wrote: > >> On Feb 24, 2015, at 12:13 PM, Jack Howarth wrote: >> >> Building gdb 7.9 on x86_64-apple-darwin14 produces a number of >> warnings from -Wformat-nonliteral... > > Sounds like it=E2=80=99s time to turn off that warning, since the code is= legit. > > paul