Re: [calligra] /: Make calligra compile with clang

2012-04-23 Thread Matthew Rezny
t; >> >> On 20 Apr, 2012, at 16:40, Boudewijn Rempt wrote: >> >>> Git commit c804712c97b24a3774a53a3825f50762089f1f49 by Boudewijn Rempt. >>> Committed on 20/04/2012 at 16:35. >>> Pushed by rempt into branch 'master'. >>> >>>

Re: [calligra] /: Make calligra compile with clang

2012-04-21 Thread Matthew Rezny
patch set, there are 10 such instances where such an error was found by the warning and another 10 in which the warning only needed adjustment of parenthesis to confirm that the code executes the intent. > patch by Matthew Rezny > > CCMAIL: mre...@hexaneinc.com > CCMAIL: calligra-devel

Patch set for Calligra

2012-04-20 Thread Matthew Rezny
I have compiled Calligra on FreeBSD with Clang, which is now part of the base system as alternative to gcc. In doing so, I have put together a set of patches to quiet some warning and quell some errors as Clang's parser is more strict than gcc. Some of the warnings led me to correct subtle erro