Skip to content

Commit

Permalink
Fix 'unused parameter' error
Browse files Browse the repository at this point in the history
    Fix 'unused parameter' error when compiling without
    HAVE_SERVER_PYTHON_PLUGINS defined
  • Loading branch information
dmarteau authored and rldhont committed Sep 5, 2024
1 parent ca4d758 commit 46693c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/services/wms/qgswmsrendercontext.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -904,6 +904,7 @@ bool QgsWmsRenderContext::checkLayerReadPermissions( QgsMapLayer *layer )
return false;
}
#endif
Q_UNUSED( layer )
return true;
}

Expand Down

0 comments on commit 46693c6

Please sign in to comment.