CV_DO_PRAGMA       51 include/opencv/cv.h     #define CV_MSG_PRAGMA(_msg) CV_DO_PRAGMA(message (__CVMSVCLOC__ _msg))
CV_DO_PRAGMA       54 include/opencv/cv.h     #define CV_MSG_PRAGMA(_msg) CV_DO_PRAGMA(message (_msg))
CV_DO_PRAGMA      287 modules/core/include/opencv2/core/base.hpp     #define CV_DO_PRAGMA(x) __pragma(x)
CV_DO_PRAGMA      289 modules/core/include/opencv2/core/base.hpp     #define CV_DO_PRAGMA(x) _Pragma (#x)
CV_DO_PRAGMA      291 modules/core/include/opencv2/core/base.hpp     #define CV_DO_PRAGMA(x)
CV_DO_PRAGMA      296 modules/core/include/opencv2/core/base.hpp     CV_DO_PRAGMA(warning(push)) \
CV_DO_PRAGMA      297 modules/core/include/opencv2/core/base.hpp     CV_DO_PRAGMA(warning(disable: 4996))
CV_DO_PRAGMA      298 modules/core/include/opencv2/core/base.hpp #define CV_SUPPRESS_DEPRECATED_END CV_DO_PRAGMA(warning(pop))
CV_DO_PRAGMA      301 modules/core/include/opencv2/core/base.hpp     CV_DO_PRAGMA(GCC diagnostic push) \
CV_DO_PRAGMA      302 modules/core/include/opencv2/core/base.hpp     CV_DO_PRAGMA(GCC diagnostic ignored "-Wdeprecated-declarations")
CV_DO_PRAGMA      303 modules/core/include/opencv2/core/base.hpp #define CV_SUPPRESS_DEPRECATED_END CV_DO_PRAGMA(GCC diagnostic pop)