[GRASS-git] [OSGeo/grass-addons] 130be7: v.kriging: fix compilation warnings (#934)
Tomas Zigo
noreply at github.com
Fri Oct 18 04:39:48 PDT 2024
Branch: refs/heads/grass7
Home: https://github.com/OSGeo/grass-addons
Commit: 130be7b15482acaf179184070d396ce7a2f085fb
https://github.com/OSGeo/grass-addons/commit/130be7b15482acaf179184070d396ce7a2f085fb
Author: Tomas Zigo <50632337+tmszi at users.noreply.github.com>
Date: 2024-10-18 (Fri, 18 Oct 2024)
Changed paths:
M src/vector/v.kriging/utils_kriging.c
M src/vector/v.kriging/utils_raster.c
Log Message:
-----------
v.kriging: fix compilation warnings (#934)
* v.kriging: fix compilation warnings
- passing argument 3 of ‘submatrix’ from incompatible pointer type
- expected ‘struct write *’ but argument is of type ‘struct write **
- initialization of ‘double *’ from incompatible pointer type ‘int *
- initialization of ‘struct write *’ from incompatible pointer type ‘struct write **
* Fix Clang format error
---------
Co-authored-by: Edouard Choinière <27212526+echoix at users.noreply.github.com>
To unsubscribe from these emails, change your notification settings at https://github.com/OSGeo/grass-addons/settings/notifications
More information about the grass-commit
mailing list