[GRASS-git] [OSGeo/grass] e37da6: Fix #ifndef/#define mismatch of header guard (#1276)
nilason
noreply at github.com
Sun Feb 7 23:17:03 PST 2021
Branch: refs/heads/master
Home: https://github.com/OSGeo/grass
Commit: e37da6a7346888f83ca4d731dfb0b51ee4cae88e
https://github.com/OSGeo/grass/commit/e37da6a7346888f83ca4d731dfb0b51ee4cae88e
Author: nila <n_larsson at yahoo.com>
Date: 2021-02-08 (Mon, 08 Feb 2021)
Changed paths:
M raster/r.random/local_proto.h
M vector/v.rectify/crs.h
Log Message:
-----------
Fix #ifndef/#define mismatch of header guard (#1276)
Fixes -Wheader-guard compiler warnings.
Commit: 7dfe7e6e0a677b309f17ec2b1a82e55a92d79460
https://github.com/OSGeo/grass/commit/7dfe7e6e0a677b309f17ec2b1a82e55a92d79460
Author: nila <n_larsson at yahoo.com>
Date: 2021-02-08 (Mon, 08 Feb 2021)
Changed paths:
M db/drivers/ogr/execute.c
M lib/vector/Vlib/open_ogr.c
M lib/vector/Vlib/write_ogr.c
Log Message:
-----------
Handle OGR function calls which may fail (#1276)
Fixes -Wunused-result compiler warnings.
Co-authored-by: Markus Metz <markus.metz.giswork at gmail.com>
Commit: 8b4c4986ea464b293ef32f6edc2832a207f7adfc
https://github.com/OSGeo/grass/commit/8b4c4986ea464b293ef32f6edc2832a207f7adfc
Author: nila <n_larsson at yahoo.com>
Date: 2021-02-08 (Mon, 08 Feb 2021)
Changed paths:
M include/defs/nviz.h
M lib/nviz/draw.c
M raster/r.horizon/main.c
Log Message:
-----------
Fix too many arguments in call of function (#1276)
Co-authored-by: Markus Metz <markus.metz.giswork at gmail.com>
Commit: 972bf861e685777e428fb43c8ab215adc368ec83
https://github.com/OSGeo/grass/commit/972bf861e685777e428fb43c8ab215adc368ec83
Author: nila <n_larsson at yahoo.com>
Date: 2021-02-08 (Mon, 08 Feb 2021)
Changed paths:
M raster/r.fill.stats/main.c
M raster3d/r3.retile/main.c
Log Message:
-----------
Add 'const' qualifier to mapset string (#1276)
Fixes -Wincompatible-pointer-types-discards-qualifiers
compiler warnings.
Commit: 4fff074abb2c8997e32eb248b3ae69957f59d990
https://github.com/OSGeo/grass/commit/4fff074abb2c8997e32eb248b3ae69957f59d990
Author: nila <n_larsson at yahoo.com>
Date: 2021-02-08 (Mon, 08 Feb 2021)
Changed paths:
M general/g.parser/translate.c
M lib/imagery/list_subgp.c
M lib/raster/put_row.c
M vector/v.lrs/v.lrs.create/main.c
M vector/v.lrs/v.lrs.label/main.c
M vector/v.lrs/v.lrs.segment/main.c
M vector/v.lrs/v.lrs.where/main.c
Log Message:
-----------
Make cast of qualifier explicit (#1276)
Addresses -Wincompatible-pointer-types-discards-qualifiers
compiler warnings.
Compare: https://github.com/OSGeo/grass/compare/829734cb982d...4fff074abb2c
More information about the grass-commit
mailing list