Skip to content

Commit 85ef292

Browse files
author
g_j_m
committed
Fix a compiler warning
git-svn-id: http://svn.osgeo.org/qgis/trunk@6501 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent b823448 commit 85ef292

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/helpviewer/qgshelpviewer.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ int QgsHelpViewer::connectDb(const QString &helpDbPath)
186186
// a sqlite3 database always succeeds
187187
int result;
188188
if(QFileInfo(helpDbPath).exists()){
189-
char *zErrMsg = 0;
190189
int rc;
191190
rc = sqlite3_open(helpDbPath, &db);
192191
result = rc;

0 commit comments

Comments
 (0)