From 90de3c8e7c4158abb71fe26303bd27d552d88899 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gin=C3=A9s=20Hidalgo?= Date: Thu, 4 Nov 2021 19:19:22 -0400 Subject: [PATCH] Update MLOperatorAuthorPrivate.h (#9575) Updated MLOperatorAuthorPrivate.h to remove `enum DML_TENSOR_DATA_TYPE;` to avoid warning "C4471: 'DML_TENSOR_DATA_TYPE': a forward declaration of an unscoped enumeration must have an underlying type" --- .../providers/dml/OperatorAuthorHelper/MLOperatorAuthorPrivate.h | 1 - 1 file changed, 1 deletion(-) diff --git a/onnxruntime/core/providers/dml/OperatorAuthorHelper/MLOperatorAuthorPrivate.h b/onnxruntime/core/providers/dml/OperatorAuthorHelper/MLOperatorAuthorPrivate.h index 8a740c9794..4c8730d063 100644 --- a/onnxruntime/core/providers/dml/OperatorAuthorHelper/MLOperatorAuthorPrivate.h +++ b/onnxruntime/core/providers/dml/OperatorAuthorHelper/MLOperatorAuthorPrivate.h @@ -5,7 +5,6 @@ interface IDMLOperation; interface IDMLOperator; -enum DML_TENSOR_DATA_TYPE; struct DML_OPERATOR_DESC; struct MLOperatorKernelDmlProperties