Commit bba4f4d9d06256bf544a3d0320d26649506d9d15

Authored by David Mayerich
1 parent 740f8cd2

minor warning fixes

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
envi/envi.h
... ... @@ -302,6 +302,8 @@ public:
302 302 else
303 303 std::cout<<"ERROR: unidentified data type"<<std::endl;
304 304 }
  305 +
  306 + return false;
305 307 }
306 308  
307 309 //apply mask
... ...