Add Q_UINT64_C to 64 bit integer literal.
authorCarl Schumann <schumann@fnal.gov>
Tue, 15 May 2012 19:02:34 +0000 (14:02 -0500)
committerQt by Nokia <qt-info@nokia.com>
Tue, 15 May 2012 21:03:23 +0000 (23:03 +0200)
commit4f7a6bdabe1f0e73e9895ae8676449fda591718f
tree16621a176571046a88ab176313dfffcd2ade4331
parent7a304015bd57372eae1e615f0048c5b84b7c9842
Add Q_UINT64_C to 64 bit integer literal.

On some systems prior to this change the code
would not build with the following error reported
by gcc:
error: integer constant is too large for 'long' type

Change-Id: I778bce9a72ccf3a41cdf17883d734082ed3fb4b3
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
tests/auto/corelib/global/qtendian/tst_qtendian.cpp