Fix compiler warning for openvino (#4010)

This commit is contained in:
Ryan Hill 2020-05-21 20:22:07 -07:00 committed by GitHub
parent 59af3ea278
commit eb3aaa70d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@
#include "backend_utils.h"
#if defined(_MSC_VER)
#pragma warning(disable : 4244 4245)
#pragma warning(disable : 4244 4245 5208)
#elif __GNUC__
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-parameter"