1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 07:13:02 +04:00

eliminate build warnings

This commit is contained in:
Alexander Alekhin
2020-03-26 19:05:07 +00:00
parent c303aaa94d
commit b4b4d21212
4 changed files with 4 additions and 11 deletions
+3
View File
@@ -95,6 +95,9 @@
*/
#if defined HAVE_TBB
#ifndef TBB_SUPPRESS_DEPRECATED_MESSAGES // supress warning
#define TBB_SUPPRESS_DEPRECATED_MESSAGES 1
#endif
#include "tbb/tbb.h"
#include "tbb/task.h"
#include "tbb/tbb_stddef.h"