www.delorie.com/archives/browse.cgi   search  
Mail Archives: geda-user/2016/03/07/04:45:08

X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f
X-Recipient: geda-user AT delorie DOT com
X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=googlemail.com; s=20120113;
h=mime-version:in-reply-to:references:date:message-id:subject:from:to;
bh=5Ihox5Zr7EX03fBLrKuieXkQ73FZJspauPpFjln7lqQ=;
b=rOE6BvBxKyPJP2O11Y5mYUpdpvlWLHMAaKC4JkNuroHFUBTAhCTneb7mtP+azDu8B4
FyaDf1oGddv4PgRStxeXTU8+kLa1F2C27Z/oVZJYEThtCr3DGGfP56rNnaABerd0pT/h
c4p26RzGlAwR6lYj/EByPbd58z1Im8v7UPaur/Xa/qenZSdL9Aso4hg8EoKjoLen71fK
4nPEaIHDlvdUmAVxUHYFdj8x/HX3s5FFle/QW6fiKQwehPf7p67b4Yy/NQ//jGC2RNXV
bf6iZm7Lyg4DC+D/z2Pn32zHxgONmdDFGtQWgkhmHI7VaFF0hpFw07broogfBeKt0kjL
Xq3g==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=1e100.net; s=20130820;
h=x-gm-message-state:mime-version:in-reply-to:references:date
:message-id:subject:from:to;
bh=5Ihox5Zr7EX03fBLrKuieXkQ73FZJspauPpFjln7lqQ=;
b=Sg9TsJaVBfTBYRQ3/2H1Dzduzjt2bN+uRbNTphe5Sfwj/lZ/tzs2oV8itiXzyEwlN6
pFtFy2k8wp7PZPOTLxYpNTMXjTYhSYLKgwpncvdlyLVIQS3pszKDYBbHGAGdjpw/wIiI
eldP6SycsiCJWgLT+0b/eihEGOkyRyUdIlUvmabGFfLgRO6H7eoz/jZ/T60IP/l/Fbh0
17J5RbVzle50OoTTjrqtPaWorur0r9i+p8MITON/PRDmHZtdLTKmPjDKpmUeL2DN6DHk
HEnL4cQ/TTLdBE1Rz0DMbzP6I/VNW18dnW1LDc7vLu0k0qdN6nvY0/OgJYyWtR+VpWpO
PSGw==
X-Gm-Message-State: AD7BkJJrb3Vx3U8JqDSG+xT4lIDP2c+uUmiXsicftXythiXBvae+ALsjQfVL0DfiVGYY3W6cPcg28CLiaJswjw==
MIME-Version: 1.0
X-Received: by 10.202.188.134 with SMTP id m128mr13378161oif.4.1457343889183;
Mon, 07 Mar 2016 01:44:49 -0800 (PST)
In-Reply-To: <CAC4O8c8Lj0cNu4PDo8yqLnB0jVbLRF1GF9oVs2UFnttDt-BXZw@mail.gmail.com>
References: <CAC4O8c8Lj0cNu4PDo8yqLnB0jVbLRF1GF9oVs2UFnttDt-BXZw AT mail DOT gmail DOT com>
Date: Mon, 7 Mar 2016 09:44:49 +0000
Message-ID: <CAJXU7q-ru-2Dh=stkMq-UsOWJ592TOU-zV6kGtBgRdq2=BOXbQ@mail.gmail.com>
Subject: Re: [geda-user] anyone know how to get rid of these warnings
From: "Peter Clifton (petercjclifton AT googlemail DOT com) [via geda-user AT delorie DOT com]" <geda-user AT delorie DOT com>
To: gEDA User Mailing List <geda-user AT delorie DOT com>
Reply-To: geda-user AT delorie DOT com
Errors-To: nobody AT delorie DOT com
X-Mailing-List: geda-user AT delorie DOT com
X-Unsubscribes-To: listserv AT delorie DOT com

--001a113dcc82d4a0c9052d7250a8
Content-Type: text/plain; charset=UTF-8

On 7 Mar 2016 03:14, "Britton Kerin (britton DOT kerin AT gmail DOT com) [via
geda-user AT delorie DOT com]" <geda-user AT delorie DOT com> wrote:
>
> This stuff is about the last I'm aware of then could build with
> -Werror and not have to watch for useful warnings.   -Wunused-value is
> sometimes useful so I don't like to just turn it off.  I have no idea
> about how gettext works though.

Just a guess, are you building with NLS disabled? I think that turns some
things into a no-op.

Building with -Werror may be fun for developers, but we can't ship like
that (or probably even default to it in the repository)...

There are too many different compilers with different warnings, and they
change over time with what code patterns may give rise to a warning.

Peter

--001a113dcc82d4a0c9052d7250a8
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<p dir=3D"ltr"><br>
On 7 Mar 2016 03:14, &quot;Britton Kerin (<a href=3D"mailto:britton DOT kerin AT g=
mail.com">britton DOT kerin AT gmail DOT com</a>) [via <a href=3D"mailto:geda-user AT del=
orie.com">geda-user AT delorie DOT com</a>]&quot; &lt;<a href=3D"mailto:geda-user@=
delorie.com">geda-user AT delorie DOT com</a>&gt; wrote:<br>
&gt;<br>
&gt; This stuff is about the last I&#39;m aware of then could build with<br=
>
&gt; -Werror and not have to watch for useful warnings.=C2=A0 =C2=A0-Wunuse=
d-value is<br>
&gt; sometimes useful so I don&#39;t like to just turn it off.=C2=A0 I have=
 no idea<br>
&gt; about how gettext works though.</p>
<p dir=3D"ltr">Just a guess, are you building with NLS disabled? I think th=
at turns some things into a no-op.</p>
<p dir=3D"ltr">Building with -Werror may be fun for developers, but we can&=
#39;t ship like that (or probably even default to it in the repository)...<=
/p>
<p dir=3D"ltr">There are too many different compilers with different warnin=
gs, and they change over time with what code patterns may give rise to a wa=
rning.</p>
<p dir=3D"ltr">Peter</p>

--001a113dcc82d4a0c9052d7250a8--

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019