Snippets: Fix gcc warning about unused variable

Pick-to: 5.15
Change-Id: I4396556038a545beedf599be1a2c61cbde99903a
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
This commit is contained in:
Kai Koehne 2020-05-06 16:37:25 +02:00
parent c75151f5d9
commit 5bfbae7d20

View File

@ -341,6 +341,7 @@ void sql_intro_snippets()
numRows = query.at() + 1;
}
//! [33]
Q_UNUSED(numRows);
}
{