mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Fix a compiler warning
git-svn-id: http://svn.osgeo.org/qgis/trunk@6501 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
b8234483ac
commit
85ef292537
@ -186,7 +186,6 @@ int QgsHelpViewer::connectDb(const QString &helpDbPath)
|
||||
// a sqlite3 database always succeeds
|
||||
int result;
|
||||
if(QFileInfo(helpDbPath).exists()){
|
||||
char *zErrMsg = 0;
|
||||
int rc;
|
||||
rc = sqlite3_open(helpDbPath, &db);
|
||||
result = rc;
|
||||
|
Loading…
x
Reference in New Issue
Block a user