[Development] clang warning

2014-03-22 Thread Kurt Pattyn
Hi, when compiling an application, I get a lot of these warnings: Qt5.3.0/5.3/clang_64/lib/QtGui.framework/Headers/qquaternion.h:145:12: warning: 'qIsNull' was marked unused but was used [-Wused-but-marked-unused] return qIsNull(xp) qIsNull(yp) qIsNull(zp) qIsNull(wp);

Re: [Development] clang warning

2014-03-22 Thread Thiago Macieira
Em sáb 22 mar 2014, às 12:39:40, Kurt Pattyn escreveu: Hi, when compiling an application, I get a lot of these warnings: Qt5.3.0/5.3/clang_64/lib/QtGui.framework/Headers/qquaternion.h:145:12: warning: 'qIsNull' was marked unused but was used [-Wused-but-marked-unused] return