Skip to content

Commit 6e68007

Browse files
authored
fix build error for ARM (#2648)
1 parent fff1ed9 commit 6e68007

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

onnxruntime/core/providers/cpu/cpu_execution_provider.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ class CPUExecutionProvider : public IExecutionProvider {
4747
if (info.create_arena)
4848
InsertAllocator(CreateAllocator(device_info));
4949
else
50+
#else
51+
ORT_UNUSED_PARAMETER(info);
5052
#endif
5153
InsertAllocator(
5254
std::shared_ptr<IArenaAllocator>(

0 commit comments

Comments
 (0)