Skip to content

Commit d36d4f8

Browse files
authoredMay 11, 2018
fix warning for release build (#6976)
1 parent c6bec0c commit d36d4f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/src/quickgui/app/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ int main( int argc, char *argv[] )
7171
const QList<QQmlError> errors = component.errors();
7272
for ( const QQmlError &error : errors )
7373
{
74+
Q_UNUSED( error );
7475
QgsDebugMsg( error.toString() );
7576
}
7677
QgsDebugMsg( QStringLiteral( "****************************************" ) );
@@ -89,4 +90,3 @@ int main( int argc, char *argv[] )
8990

9091
return app.exec();
9192
}
92-

0 commit comments

Comments
 (0)