Skip to content

Commit 00c7a67

Browse files
fix warning from external header (llvm#1135)
Excluded a header file from warnings. Signed-off-by: ian Bearman <[email protected]> Co-authored-by: Alexandre Eichenberger <[email protected]>
1 parent c09cf01 commit 00c7a67

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Runtime/PyExecutionSession.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@
1313
//
1414
//===----------------------------------------------------------------------===//
1515

16+
#include "src/Support/SuppressWarnings.h"
17+
18+
SUPPRESS_WARNINGS_PUSH
1619
#include "onnx/onnx_pb.h"
20+
SUPPRESS_WARNINGS_POP
1721

1822
#include "PyExecutionSession.hpp"
1923

0 commit comments

Comments
 (0)