Skip to content
Snippets Groups Projects
Commit 4be8ec52 authored by Ludovic Hussonnois's avatar Ludovic Hussonnois
Browse files

WRG: Remove Wsign-compare warning in shark.

parent 7d1d1a12
No related branches found
No related tags found
No related merge requests found
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
#pragma GCC diagnostic push #pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wshadow" #pragma GCC diagnostic ignored "-Wshadow"
#pragma GCC diagnostic ignored "-Wunused-parameter" #pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Wsign-compare"
#endif #endif
#include "otb_shark.h" #include "otb_shark.h"
#include "shark/Data/Dataset.h" #include "shark/Data/Dataset.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment