summaryrefslogtreecommitdiff
path: root/src/shared/cplusplus/Parser.cpp
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@nokia.com>2010-08-11 21:13:44 +0200
committerThiago Macieira <thiago.macieira@nokia.com>2010-08-11 21:13:44 +0200
commit25433ca87cb3fe3f02a1c4abe30b43fc48b4806c (patch)
tree95ed82f09ad9fb8c46c47549842013260df597c6 /src/shared/cplusplus/Parser.cpp
parent1ff13868dc7566c1228d1ea01025b2c2f186cf45 (diff)
downloadqt-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