Fix warning for -no-feature-temporaryfile

Change-Id: Ibb022a1fd043001f628a343dc8ae509083eb4471
Reviewed-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
bb10
Stephan Binner 2017-04-03 23:19:29 +02:00
parent dfe0bfff39
commit 0db0441bb7
1 changed files with 1 additions and 0 deletions

View File

@ -115,6 +115,7 @@ int QLockFilePrivate::checkFcntlWorksAfterFlock(const QString &fn)
return 0;
return 1;
#else
Q_UNUSED(fn);
return 0;
#endif
}