Skip to content

Commit f33a2d0

Browse files
m-kuhnwonder-sk
authored andcommitted
Fix mdal build warning unused const var
1 parent 9aa5ac0 commit f33a2d0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

external/mdal/frmts/mdal_binary_dat.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@ static const int CT_NUMCELLS = 180;
3333
static const int CT_NAME = 190;
3434
static const int CT_TS = 200;
3535
static const int CT_ENDDS = 210;
36+
#if 0
3637
static const int CT_RT_JULIAN = 240;
3738
static const int CT_TIMEUNITS = 250;
39+
#endif
3840

3941
static const int CT_2D_MESHES = 3;
4042
static const int CT_FLOAT_SIZE = 4;

0 commit comments

Comments
 (0)