From 49995ee35ff0b26e32303d77df619d3a2fbcb86b Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Thu, 19 May 2011 16:19:01 +0200 Subject: Tests: Fix some compile warnings. As they are now compiled by default. --- tests/auto/qfile/tst_qfile.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/auto/qfile/tst_qfile.cpp') diff --git a/tests/auto/qfile/tst_qfile.cpp b/tests/auto/qfile/tst_qfile.cpp index 688a92d04b..a0db699c42 100644 --- a/tests/auto/qfile/tst_qfile.cpp +++ b/tests/auto/qfile/tst_qfile.cpp @@ -333,6 +333,8 @@ private: case OpenRFile: return openRFile(file, mode, handleFlags); #endif + case NumberOfFileTypes: + break; } return false; -- cgit v1.2.3