Re: graphics/inkscape commit r330754

2013-10-19 Thread Boris Samorodov
18.10.2013 22:17, Tomasz Sowa пишет: Hi Thank you for the update for compiling with clang. I have got a question about one function: void sp_item_rm_unsatisfied_cns(SPItem item) from src/sp-item-rm-unsatisfied-cns.cpp before patching it is: void sp_item_rm_unsatisfied_cns(SPItem item)

Re: graphics/inkscape commit r330754

2013-10-19 Thread Koop Mast
On 19-10-2013 8:13, Boris Samorodov wrote: 18.10.2013 22:17, Tomasz Sowa пишет: Hi Thank you for the update for compiling with clang. I have got a question about one function: void sp_item_rm_unsatisfied_cns(SPItem item) from src/sp-item-rm-unsatisfied-cns.cpp before patching it is: void

graphics/inkscape commit r330754

2013-10-18 Thread Tomasz Sowa
Hi Thank you for the update for compiling with clang. I have got a question about one function: void sp_item_rm_unsatisfied_cns(SPItem item) from src/sp-item-rm-unsatisfied-cns.cpp before patching it is: void sp_item_rm_unsatisfied_cns(SPItem item) { if (item.constraints.empty()) {