Skip to content

Commit ef6da72

Browse files
committed
GRASS compilation fix 2
1 parent 4d571b1 commit ef6da72

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/providers/grass/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ SET ( FUNCTIONS
8080
"G_init_range"
8181
"G_is_c_null_value"
8282
"G_is_d_null_value"
83+
"G_is_f_null_value"
8384
"G__malloc"
8485
"G_percent"
8586
"G_program_name"

src/providers/grass/qgsgrassgislib.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,7 @@ int G_done_msg( const char *msg, ... )
294294

295295
char * QgsGrassGisLib::G_find_cell2( const char * name, const char * mapset )
296296
{
297+
Q_UNUSED( name );
297298
Q_UNUSED( mapset );
298299
QgsDebugMsg( "name = " + QString( name ) );
299300
QString ms = "qgis";

0 commit comments

Comments
 (0)