X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Date: Sun, 28 Aug 2016 18:01:23 +0200 (CEST) X-X-Sender: igor2 AT igor2priv To: "John Griessen (john AT ecosensory DOT com) [via geda-user AT delorie DOT com]" X-Debug: to=geda-user AT delorie DOT com from="gedau AT igor2 DOT repo DOT hu" From: gedau AT igor2 DOT repo DOT hu Subject: Re: [geda-user] compiling gEDA In-Reply-To: <28aacc34-9b08-5e48-d9c6-b65d3c849ed8@ecosensory.com> Message-ID: References: <954cbfc5-902a-29a2-a77e-e1d5f22ede15 AT ecosensory DOT com> <20160826224948 DOT 6baeeecd AT Parasomnia DOT thuis DOT lan> <20160827214223 DOT 7a0cd1f3 AT Parasomnia DOT thuis DOT lan> <773942c2-af15-7c7c-d878-4f659ec7bcc0 AT ecosensory DOT com> <28aacc34-9b08-5e48-d9c6-b65d3c849ed8 AT ecosensory DOT com> User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed 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 Precedence: bulk On Sun, 28 Aug 2016, John Griessen (john AT ecosensory DOT com) [via geda-user AT delorie DOT com] wrote: > Are any of these compile warnings serious? > ../../../geda-gaf/utils/src/sarlacc_schem.c:199:5: warning: switch condition > has boolean value [-Wswitch-bool] > switch(localbuf[4] && 0x0F) This one. Looks like if it wanted to be a "&" instead of "&&"