Skip to content
Snippets Groups Projects
Commit 8bf4b792 authored by Rashad Kanavath's avatar Rashad Kanavath
Browse files

WRG: pragma ignore warnings from shark

parent 2d1cd360
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,8 @@
#pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Woverloaded-virtual"
#pragma GCC diagnostic ignored "-Wignored-qualifiers"
#pragma GCC diagnostic ignored "-Wsign-compare"
#pragma GCC diagnostic ignored "-Wcast-align"
#endif
#include "shark/Algorithms/Trainers/RFTrainer.h"
#if defined(__GNUC__) || defined(__clang__)
......
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