mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Fix mdal build warning unused const var
This commit is contained in:
parent
9aa5ac037d
commit
f33a2d0e6b
2
external/mdal/frmts/mdal_binary_dat.cpp
vendored
2
external/mdal/frmts/mdal_binary_dat.cpp
vendored
@ -33,8 +33,10 @@ static const int CT_NUMCELLS = 180;
|
||||
static const int CT_NAME = 190;
|
||||
static const int CT_TS = 200;
|
||||
static const int CT_ENDDS = 210;
|
||||
#if 0
|
||||
static const int CT_RT_JULIAN = 240;
|
||||
static const int CT_TIMEUNITS = 250;
|
||||
#endif
|
||||
|
||||
static const int CT_2D_MESHES = 3;
|
||||
static const int CT_FLOAT_SIZE = 4;
|
||||
|
Loading…
x
Reference in New Issue
Block a user