Skip to content

Commit 034921b

Browse files
Changming Sunwschin
authored andcommitted
Fix warnings (#2358)
1 parent 2873fea commit 034921b

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

onnx/common/common.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,4 @@
33

44
#pragma once
55

6-
namespace ONNX_NAMESPACE {
7-
#ifdef _WIN32
8-
#define ONNX_UNUSED_PARAMETER(x) (x)
9-
#else
106
#define ONNX_UNUSED_PARAMETER(x) (void)(x)
11-
#endif
12-
} // namespace ONNX_NAMESPACE

0 commit comments

Comments
 (0)