[GRASS-git] [OSGeo/grass] e6a377: Replace use of Variable Length Arrays in C code (#...

Nicklas Larsson noreply at github.com
Mon Jan 8 12:05:48 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/OSGeo/grass
  Commit: e6a37711d2d61957d2d9c83acfe2754ed313adc1
      https://github.com/OSGeo/grass/commit/e6a37711d2d61957d2d9c83acfe2754ed313adc1
  Author: Nicklas Larsson <n_larsson at yahoo.com>
  Date:   2024-01-08 (Mon, 08 Jan 2024)

  Changed paths:
    M .github/workflows/macos_install.sh
    M .github/workflows/ubuntu.yml
    M imagery/i.landsat.acca/algorithm.c
    M lib/gis/strings.c
    M lib/imagery/iscatt_core.c
    M raster/r.fill.stats/main.c
    M raster/r.mapcalc/map.c

  Log Message:
  -----------
  Replace use of Variable Length Arrays in C code (#3323)

* CI: add -Wvla
* Replace use of Variable Length Arrays
* use sizeof(int)




More information about the grass-commit mailing list