From d2ec42056d68e2c94d41bb9f543043a61fc0e8c7 Mon Sep 17 00:00:00 2001 From: Guillaume Pasero <guillaume.pasero@c-s.fr> Date: Thu, 19 Apr 2012 11:45:38 +0200 Subject: [PATCH] WRG: added default entry to switch/case --- Code/Common/otbDataNode.txx | 1 + 1 file changed, 1 insertion(+) diff --git a/Code/Common/otbDataNode.txx b/Code/Common/otbDataNode.txx index 4cbf90948a..4aa9542ae4 100644 --- a/Code/Common/otbDataNode.txx +++ b/Code/Common/otbDataNode.txx @@ -600,6 +600,7 @@ DataNode<TPrecision, VDimension, TValuePrecision> return polygon; } break; + default: break; } return NULL; -- GitLab