From 7e664db0fcacbab9368a149647af49d7a4534554 Mon Sep 17 00:00:00 2001 From: Thomas Feuvrier <thomas.feuvrier@c-s.fr> Date: Thu, 30 Apr 2009 10:01:43 +0200 Subject: [PATCH] WRG: otbImageIOFactoryNew.cxx:29: warning: unused variable lImageIOFactory --- Testing/Code/IO/otbImageIOFactoryNew.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Testing/Code/IO/otbImageIOFactoryNew.cxx b/Testing/Code/IO/otbImageIOFactoryNew.cxx index 1bce5ec3ee..e028f56532 100644 --- a/Testing/Code/IO/otbImageIOFactoryNew.cxx +++ b/Testing/Code/IO/otbImageIOFactoryNew.cxx @@ -27,6 +27,6 @@ int otbImageIOFactoryNew(int argc, char* argv []) { otb::ImageIOFactory * lImageIOFactory; - + lImageIOFactory = NULL; return EXIT_SUCCESS; } -- GitLab