Skip to content
Commit 2390846d authored by Halla Rempt's avatar Halla Rempt Committed by C. Boemann
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 11eac089
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