On terça-feira, 15 de maio de 2012 17.17.47, Thiago Macieira wrote:
> > > tst_qtendian.cpp:75: error: integer constant is too large for 'long'
> > > type
[snip]
>
> qint64 cannot be a long. Since it can't, I don't think that's what the
> compiler is complaining about.

Note that your type isn't qint64, but quint64. That's unsigned, so it can
never be a long (signed).

--
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center
     Intel Sweden AB - Registration Number: 556189-6027
     Knarrarnäsgatan 15, 164 40 Kista, Stockholm, Sweden

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to