[GRASS-git] [OSGeo/grass] 027ce9: v.in.pdal: cast enum value to int (#1819)
nilason
noreply at github.com
Tue Aug 24 08:27:32 PDT 2021
Branch: refs/heads/main
Home: https://github.com/OSGeo/grass
Commit: 027ce9fdac3f832afa7a8c9528f76d2c12739b29
https://github.com/OSGeo/grass/commit/027ce9fdac3f832afa7a8c9528f76d2c12739b29
Author: nilason <n_larsson at yahoo.com>
Date: 2021-08-24 (Tue, 24 Aug 2021)
Changed paths:
M vector/v.in.pdal/main.cpp
Log Message:
-----------
v.in.pdal: cast enum value to int (#1819)
Fixes -Wformat compiler warning:
<format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘pdal::Dimension::Id’>
More information about the grass-commit
mailing list