refactor: 将 disable cv warning 的宏额外封装了一层头文件

This commit is contained in:
MistEO
2022-08-01 20:16:58 +08:00
parent cdba6067e0
commit a9ffc18c09
34 changed files with 113 additions and 71 deletions

View File

@@ -16,10 +16,7 @@
#include <vector>
#include <memory>
#include "Config.hpp"
ASST_SUPPRESS_CV_WARNINGS_START
#include <opencv2/opencv.hpp>
ASST_SUPPRESS_CV_WARNINGS_END
#include "NoWarningCV.h"
#ifdef _MSC_VER
#pragma warning( push )