diff --git a/Applications/Utils/otbReadImageInfo.cxx b/Applications/Utils/otbReadImageInfo.cxx
index 0435b586746f913d1e6388975987c8d3f8a3c7d6..f77db19fbfcec8779922d97489622bca64be57a6 100644
--- a/Applications/Utils/otbReadImageInfo.cxx
+++ b/Applications/Utils/otbReadImageInfo.cxx
@@ -277,7 +277,7 @@ private:
       
       ossOutput << "\tAcquisition time : " << GetParameterString("time") << std::endl;
       }
-    catch ( itk::ExceptionObject & err )
+    catch ( itk::ExceptionObject & /*err*/ )
       {
       }
 
@@ -332,7 +332,7 @@ private:
       ossOutput << "\tLower left corner (latitude, longitude) = [" << GetParameterFloat("lllat") << "," << GetParameterFloat("lllon") << "]" << std::endl;
       ossOutput << "\tLower right corner (latitude, longitude) = [" << GetParameterFloat("lrlat") << "," << GetParameterFloat("lrlon") << "]" << std::endl;
       }
-    catch ( itk::ExceptionObject & err )
+    catch ( itk::ExceptionObject & /*err*/ )
       {
       }