summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/qt_functions.prf
diff options
context:
space:
mode:
authorEdward Welbourne <edward.welbourne@theqtcompany.com>2016-01-18 12:40:41 +0100
committerEdward Welbourne <edward.welbourne@theqtcompany.com>2016-01-21 08:34:27 +0000
commit1185c28f2f408d858c148062bb0125974905ef22 (patch)
tree0bf98229e972292b418c59af9f9e0541d23daf1f /mkspecs/features/qt_functions.prf
parent19866d8861ddb575c9fd50e0d47cd59af8025db2 (diff)
Fix some mis-guided fall-throughs #ifdef QT_BOOTSTRAPPED.
A switch had a case whose body was in a #ifndef; when that got elided, this case fell through into an entirely misguided case. Give the #if a #else clause so that it break;s in the defined case. Code review revealed another, then I searched for more following the same pattern. Change-Id: I57fb59b6c8d349604f3fc6c8b1d424fb3c775d50 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'mkspecs/features/qt_functions.prf')
0 files changed, 0 insertions, 0 deletions