summaryrefslogtreecommitdiffstats
path: root/tests/auto/qsqlfield/qsqlfield.pro
diff options
context:
space:
mode:
authorDirk Mueller <dmueller@suse.de>2010-02-17 22:04:34 (GMT)
committerThiago Macieira <thiago.macieira@nokia.com>2010-02-17 22:04:34 (GMT)
commit884ea10d037d855b91ea5ef947b5c23d2f09aead (patch)
tree1f9b58d4a190e73ed1f8d291d3887cf2d88b2bc3 /tests/auto/qsqlfield/qsqlfield.pro
parent01cf14ef278f564936eff9a392679526fe14e530 (diff)
downloadQt-884ea10d037d855b91ea5ef947b5c23d2f09aead.zip
Qt-884ea10d037d855b91ea5ef947b5c23d2f09aead.tar.gz
Qt-884ea10d037d855b91ea5ef947b5c23d2f09aead.tar.bz2
Fix undefined sequence point compiler warning
level = ++level is not guaranteed to work, as the increment is not required to happen before the assignment. Change this code to be less obscure and use standard defined behavior. Merge-request: 471 Reviewed-by: Thiago Macieira <thiago.macieira@nokia.com>
Diffstat (limited to 'tests/auto/qsqlfield/qsqlfield.pro')
0 files changed, 0 insertions, 0 deletions