diff options
author | Thiago Macieira <thiago.macieira@nokia.com> | 2010-08-11 21:13:44 +0200 |
---|---|---|
committer | Thiago Macieira <thiago.macieira@nokia.com> | 2010-08-11 21:13:44 +0200 |
commit | 25433ca87cb3fe3f02a1c4abe30b43fc48b4806c (patch) | |
tree | 95ed82f09ad9fb8c46c47549842013260df597c6 /src/shared/cplusplus/Parser.cpp | |
parent | 1ff13868dc7566c1228d1ea01025b2c2f186cf45 (diff) | |
download | qt-creator-25433ca87cb3fe3f02a1c4abe30b43fc48b4806c.tar.gz |
Fix compilation with Intel CC: Q_UNUSED takes a reference
in qglobal.h, we make Q_UNUSED call a template function that takes T&
as a parameter. So we can't pass an rvalue (the result of the &&
operator).
Reviewed-By: Trust Me
Diffstat (limited to 'src/shared/cplusplus/Parser.cpp')
0 files changed, 0 insertions, 0 deletions