summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qcore_unix_p.h
diff options
context:
space:
mode:
authorBradley T. Hughes <bradley.hughes@nokia.com>2011-11-08 18:01:49 +0100
committerQt by Nokia <qt-info@nokia.com>2011-11-09 15:28:36 +0100
commit67a9b9500929ab9de0802e2236d5e158c151029d (patch)
treee5a45c3999d04bcd131a9ff46005f147533cb405 /src/corelib/kernel/qcore_unix_p.h
parent3c74720f74baa05f19863d7d3310b4d9fe1d2206 (diff)
Remove unnecessary variable self-assignment
Assigning an int variable to itself is unnecessary and pointless, remove them. styles/qplastiquestyle.cpp:932:23: warning: explicitly assigning a variable of type 'int' to itself [-Wself-assign] width = width; ~~~~~ ^ ~~~~~ styles/qplastiquestyle.cpp:939:23: warning: explicitly assigning a variable of type 'int' to itself [-Wself-assign] width = width; ~~~~~ ^ ~~~~~ Change-Id: I0118874028bf43992bcce07f87b46b48868436cc Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
Diffstat (limited to 'src/corelib/kernel/qcore_unix_p.h')
0 files changed, 0 insertions, 0 deletions