summaryrefslogtreecommitdiffstats
path: root/src/platformheaders/eglfsfunctions
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2018-04-27 13:47:03 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2018-05-02 09:36:00 +0000
commit7a1df3901092baae1a837feec9e92cdf3cdc2589 (patch)
tree9231b2db0dc51e7bb7bd4d427298b503c6c5ae9e /src/platformheaders/eglfsfunctions
parent9b8fc8dd13dbf0e3bb446a23e82f24cfa7889f1c (diff)
Tests: Fix clang warnings about unused variables and captures
tst_qline.cpp(170,12): warning: unused variable 'baseB' [-Wunused-variable] ^ tst_qline.cpp(169,12): warning: unused variable 'baseA' [-Wunused-variable] tst_qheaderview.cpp(3329,14): warning: lambda capture 'this' is not used [-Wunused-lambda-capture] waitFor([this, &header, defaultSectionSize]() { return header.sectionSize(0) == defaultSectionSize; }); qheaderview.cpp(3338,14): warning: lambda capture 'this' is not used [-Wunused-lambda-capture] waitFor([this, &header, defaultSectionSize]() { return header.sectionSize(0) == defaultSectionSize; }); Change-Id: I0245a7b66d15b896e864b488f7a58e8513fbdc6c Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/platformheaders/eglfsfunctions')
0 files changed, 0 insertions, 0 deletions