Skip to content

Commit

Permalink
Fix more compiler warnings in plugins
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@6499 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Feb 3, 2007
1 parent 961eb1e commit 3d015e1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions src/plugins/grid_maker/dbfopen.c
Expand Up @@ -118,9 +118,6 @@
* Added header.
*/

static char rcsid[] =
"$Id$";

#include "shapefile.h"

#include <math.h>
Expand Down
3 changes: 0 additions & 3 deletions src/plugins/grid_maker/shpopen.c
Expand Up @@ -128,9 +128,6 @@
*
*/

static char rcsid[] =
"$Id$";

#include "shapefile.h"

#include <math.h>
Expand Down
2 changes: 0 additions & 2 deletions src/plugins/spit/qgsshapefile.cpp
Expand Up @@ -82,8 +82,6 @@ int QgsShapeFile::getFeatureCount(){
}
bool QgsShapeFile::scanGeometries()
{
int progressThreshold = 5;
int progressCount = 0;
QProgressDialog *sg = new QProgressDialog();
sg->setMinimum(0);
sg->setMaximum(0);
Expand Down

0 comments on commit 3d015e1

Please sign in to comment.