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:
parent
c75151f5d9
commit
5bfbae7d20
@ -341,6 +341,7 @@ void sql_intro_snippets()
|
||||
numRows = query.at() + 1;
|
||||
}
|
||||
//! [33]
|
||||
Q_UNUSED(numRows);
|
||||
}
|
||||
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user