On Monday, 19 June 2017 06:47:29 PDT ekke wrote:
> debug build and run works well
> 
> but release build I'm getting thousands of issues like this one:
> 
> /daten/_qt_sdks/sdk_590/5.9/ios/include/QtCore/qvector.h:841: warning:
> implicit conversion loses integer precision: 'long' to 'int'
> [-Wshorten-64-to-32]
>                 return n - d->begin();
>                 ~~~~~~ ~~^~~~~~~~~~~~
> 
> any idea what could be wrong ?

Nothing is wrong. That warning is not enabled during Qt's default build. We 
don't fix it because it's harmless.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to