Skip to content
Snippets Groups Projects
Commit 5c42ccd8 authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

ENH: removing pragma warning without pushpop (Examples)

parent 35200f1d
Branches
Tags
No related merge requests found
Showing
with 20 additions and 60 deletions
...@@ -15,9 +15,7 @@ ...@@ -15,9 +15,7 @@
PURPOSE. See the above copyright notices for more information. PURPOSE. See the above copyright notices for more information.
=========================================================================*/ =========================================================================*/
#if defined(_MSC_VER)
#pragma warning ( disable : 4786 )
#endif
// Software Guide : BeginCommandLineArgs // Software Guide : BeginCommandLineArgs
// INPUTS: {qb_RoadExtract.tif} // INPUTS: {qb_RoadExtract.tif}
......
...@@ -15,9 +15,7 @@ ...@@ -15,9 +15,7 @@
PURPOSE. See the above copyright notices for more information. PURPOSE. See the above copyright notices for more information.
=========================================================================*/ =========================================================================*/
#if defined(_MSC_VER)
#pragma warning ( disable : 4786 )
#endif
// Software Guide : BeginCommandLineArgs // Software Guide : BeginCommandLineArgs
// OUTPUTS: {DEMToRainbowImageGenerator.png} // OUTPUTS: {DEMToRainbowImageGenerator.png}
......
...@@ -15,9 +15,7 @@ ...@@ -15,9 +15,7 @@
PURPOSE. See the above copyright notices for more information. PURPOSE. See the above copyright notices for more information.
=========================================================================*/ =========================================================================*/
#if defined(_MSC_VER)
#pragma warning ( disable : 4786 )
#endif
// Software Guide : BeginCommandLineArgs // Software Guide : BeginCommandLineArgs
// INPUTS: {GomaSmall.png} // INPUTS: {GomaSmall.png}
......
...@@ -15,9 +15,7 @@ ...@@ -15,9 +15,7 @@
PURPOSE. See the above copyright notices for more information. PURPOSE. See the above copyright notices for more information.
=========================================================================*/ =========================================================================*/
#if defined(_MSC_VER)
#pragma warning ( disable : 4786 )
#endif
// Software Guide : BeginCommandLineArgs // Software Guide : BeginCommandLineArgs
// OUTPUTS: {HillShadingExample.png}, {HillShadingColorExample.png} // OUTPUTS: {HillShadingExample.png}, {HillShadingColorExample.png}
......
...@@ -15,9 +15,7 @@ ...@@ -15,9 +15,7 @@
PURPOSE. See the above copyright notices for more information. PURPOSE. See the above copyright notices for more information.
=========================================================================*/ =========================================================================*/
#if defined(_MSC_VER)
#pragma warning ( disable : 4786 )
#endif
// Software Guide : BeginCommandLineArgs // Software Guide : BeginCommandLineArgs
// INPUTS: {buildingExtractionIndexed.tif} // INPUTS: {buildingExtractionIndexed.tif}
......
...@@ -15,9 +15,7 @@ ...@@ -15,9 +15,7 @@
PURPOSE. See the above copyright notices for more information. PURPOSE. See the above copyright notices for more information.
=========================================================================*/ =========================================================================*/
#if defined(_MSC_VER)
#pragma warning ( disable : 4786 )
#endif
// Software Guide : BeginCommandLineArgs // Software Guide : BeginCommandLineArgs
// INPUTS: {GomaSmall.png} // INPUTS: {GomaSmall.png}
......
...@@ -16,9 +16,7 @@ ...@@ -16,9 +16,7 @@
=========================================================================*/ =========================================================================*/
#if defined(_MSC_VER)
#pragma warning ( disable : 4786 )
#endif
// Software Guide : BeginCommandLineArgs // Software Guide : BeginCommandLineArgs
// INPUTS: {ROI_QB_MUL_1.png} // INPUTS: {ROI_QB_MUL_1.png}
......
...@@ -15,9 +15,7 @@ ...@@ -15,9 +15,7 @@
PURPOSE. See the above copyright notices for more information. PURPOSE. See the above copyright notices for more information.
=========================================================================*/ =========================================================================*/
#if defined(_MSC_VER)
#pragma warning ( disable : 4786 )
#endif
// Software Guide : BeginCommandLineArgs // Software Guide : BeginCommandLineArgs
// INPUTS: {IMAGERY_SSECH.tif} // INPUTS: {IMAGERY_SSECH.tif}
......
...@@ -15,9 +15,7 @@ ...@@ -15,9 +15,7 @@
PURPOSE. See the above copyright notices for more information. PURPOSE. See the above copyright notices for more information.
=========================================================================*/ =========================================================================*/
#if defined(_MSC_VER)
#pragma warning ( disable : 4786 )
#endif
// Software Guide : BeginCommandLineArgs // Software Guide : BeginCommandLineArgs
// INPUTS: {QB_Toulouse_Ortho_PAN.tif} // INPUTS: {QB_Toulouse_Ortho_PAN.tif}
......
...@@ -18,9 +18,7 @@ ...@@ -18,9 +18,7 @@
// this file defines the otbMultiScaleTest for the test driver // this file defines the otbMultiScaleTest for the test driver
// and all it expects is that you have a function called RegisterTests // and all it expects is that you have a function called RegisterTests
#if defined(_MSC_VER)
#pragma warning ( disable : 4786 )
#endif
#include <iostream> #include <iostream>
#include "otbTestMain.h" #include "otbTestMain.h"
......
...@@ -15,9 +15,7 @@ ...@@ -15,9 +15,7 @@
PURPOSE. See the above copyright notices for more information. PURPOSE. See the above copyright notices for more information.
=========================================================================*/ =========================================================================*/
#if defined(_MSC_VER)
#pragma warning ( disable : 4786 )
#endif
// Software Guide : BeginLatex // Software Guide : BeginLatex
// //
......
...@@ -16,9 +16,7 @@ ...@@ -16,9 +16,7 @@
=========================================================================*/ =========================================================================*/
#if defined(_MSC_VER)
#pragma warning ( disable : 4786 )
#endif
// Software Guide : BeginCommandLineArgs // Software Guide : BeginCommandLineArgs
// INPUTS: {SpotBefore.png}, {SpotAfter.png} // INPUTS: {SpotBefore.png}, {SpotAfter.png}
......
...@@ -18,9 +18,7 @@ ...@@ -18,9 +18,7 @@
// this file defines the otbMultiScaleTest for the test driver // this file defines the otbMultiScaleTest for the test driver
// and all it expects is that you have a function called RegisterTests // and all it expects is that you have a function called RegisterTests
#if defined(_MSC_VER)
#pragma warning ( disable : 4786 )
#endif
#include <iostream> #include <iostream>
#include "otbTestMain.h" #include "otbTestMain.h"
......
...@@ -15,9 +15,7 @@ ...@@ -15,9 +15,7 @@
PURPOSE. See the above copyright notices for more information. PURPOSE. See the above copyright notices for more information.
=========================================================================*/ =========================================================================*/
#if defined(_MSC_VER)
#pragma warning ( disable : 4786 )
#endif
// Software Guide : BeginLatex // Software Guide : BeginLatex
// //
......
...@@ -15,9 +15,7 @@ ...@@ -15,9 +15,7 @@
PURPOSE. See the above copyright notices for more information. PURPOSE. See the above copyright notices for more information.
=========================================================================*/ =========================================================================*/
#if defined(_MSC_VER)
#pragma warning ( disable : 4786 )
#endif
// Software Guide : BeginLatex // Software Guide : BeginLatex
// //
......
...@@ -15,9 +15,7 @@ ...@@ -15,9 +15,7 @@
PURPOSE. See the above copyright notices for more information. PURPOSE. See the above copyright notices for more information.
=========================================================================*/ =========================================================================*/
#if defined(_MSC_VER)
#pragma warning ( disable : 4786 )
#endif
// Software Guide : BeginLatex // Software Guide : BeginLatex
// \index{Statistics!k-means clustering (using k-d tree)} // \index{Statistics!k-means clustering (using k-d tree)}
......
...@@ -15,9 +15,7 @@ ...@@ -15,9 +15,7 @@
PURPOSE. See the above copyright notices for more information. PURPOSE. See the above copyright notices for more information.
=========================================================================*/ =========================================================================*/
#if defined(_MSC_VER)
#pragma warning ( disable : 4786 )
#endif
// Software Guide : BeginCommandLineArgs // Software Guide : BeginCommandLineArgs
// INPUTS: {QB_Suburb.png} // INPUTS: {QB_Suburb.png}
......
...@@ -15,9 +15,7 @@ ...@@ -15,9 +15,7 @@
PURPOSE. See the above copyright notices for more information. PURPOSE. See the above copyright notices for more information.
=========================================================================*/ =========================================================================*/
#if defined(_MSC_VER)
#pragma warning ( disable : 4786 )
#endif
// Software Guide : BeginCommandLineArgs // Software Guide : BeginCommandLineArgs
// INPUTS: {QB_Suburb.png} // INPUTS: {QB_Suburb.png}
......
...@@ -15,9 +15,7 @@ ...@@ -15,9 +15,7 @@
PURPOSE. See the above copyright notices for more information. PURPOSE. See the above copyright notices for more information.
=========================================================================*/ =========================================================================*/
#if defined(_MSC_VER)
#pragma warning ( disable : 4786 )
#endif
// //
// Software Guide : BeginCommandLineArgs // Software Guide : BeginCommandLineArgs
......
...@@ -18,9 +18,7 @@ ...@@ -18,9 +18,7 @@
// this file defines the otbMultiScaleTest for the test driver // this file defines the otbMultiScaleTest for the test driver
// and all it expects is that you have a function called RegisterTests // and all it expects is that you have a function called RegisterTests
#if defined(_MSC_VER)
#pragma warning ( disable : 4786 )
#endif
#include <iostream> #include <iostream>
#include "otbTestMain.h" #include "otbTestMain.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment