Commit 439072a2 authored by Maksim Shabunin's avatar Maksim Shabunin

Fixed two warnings produced by clang

parent 7dc88f26
......@@ -44,7 +44,7 @@
#include <memory>
#include <window_QT.h>
#include "window_QT.h"
#include <math.h>
......
......@@ -63,6 +63,9 @@
# endif
#endif
#if defined(__OPENCV_BUILD) && defined(__clang__)
#pragma clang diagnostic ignored "-Winconsistent-missing-override"
#endif
#if defined(__OPENCV_BUILD) && defined(__GNUC__) && __GNUC__ >= 5
//#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wsuggest-override"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment