[Development] Deprecated warnings in public API

2014-03-22 Thread Kurt Pattyn
When compiling applications on OSX 10.9 with clang, I encounter quite a lot of deprecated warnings like this: qbytearray.h:496:22: warning: definition of implicit copy constructor for 'QByteRef' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated] inline

Re: [Development] Deprecated warnings in public API

2014-03-22 Thread Thiago Macieira
Em sáb 22 mar 2014, às 14:23:45, Kurt Pattyn escreveu: When compiling applications on OSX 10.9 with clang, I encounter quite a lot of deprecated warnings like this: qbytearray.h:496:22: warning: definition of implicit copy constructor for 'QByteRef' is deprecated because it has a