Skip to content
Commit c804712c authored by Halla Rempt's avatar Halla Rempt
Browse files

Make calligra compile with clang

Clang has some additional restriction.

if (foo = bar) becomes if ((foo = bar)), while (foo=bar) while ((foo=bar))
and if ((baz==boz)) if (bas==boz) and so on.

patch by Matthew Rezny

CCMAIL: mrezny@hexaneinc.com
CCMAIL: calligra-devel@kde.org
CCMAIL: kimageshop@kde.org
parent 24a9bb56
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment