Re: [fossil-users] fossil compile errors

2015-08-11 Thread Stephan Beal
Gcc likes to warn about such constructs, too. If Michai doesn't beat me to it, i will patch this when i get to work (about an hour from now). - stephan Sent from a mobile device, possibly from bed. Please excuse brevity and typos. On Aug 12, 2015 7:19 AM, jungle Boogie jungleboog...@gmail.com

Re: [fossil-users] fossil compile errors

2015-08-11 Thread Michai Ramakers
On 12 August 2015 at 07:18, jungle Boogie jungleboog...@gmail.com wrote: On 11 August 2015 at 22:16, Michai Ramakers m.ramak...@gmail.com wrote: which compiler/version? (Clang?) Yes, correct. FreeBSD clang version 3.4.1 fwiw, builds clean with 3.6.2 and 3.5.2 here (I don't have your version

Re: [fossil-users] fossil compile errors

2015-08-11 Thread jungle Boogie
On 11 August 2015 at 22:16, Michai Ramakers m.ramak...@gmail.com wrote: which compiler/version? (Clang?) Yes, correct. FreeBSD clang version 3.4.1 -- --- inum: 883510009027723 sip: jungleboo...@sip2sip.info xmpp: jungle-boo...@jit.si ___

[fossil-users] fossil compile errors

2015-08-11 Thread jungle Boogie
Hello All, Sorry for the spam to the list tonight... I noticed a compile warning generated while building Fossil from latest: ./src/main.c:902:18: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while( zOption = find_option(zLong, zShort, 1) ){

Re: [fossil-users] fossil compile errors

2015-08-11 Thread Michai Ramakers
On 12 August 2015 at 06:32, jungle Boogie jungleboog...@gmail.com wrote: I noticed a compile warning generated while building Fossil from latest: ./src/main.c:902:18: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while( zOption =