Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
snnn committed Dec 18, 2021
1 parent d730618 commit 172eb7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onnxruntime/contrib_ops/cpu/attnlstm/deep_cpu_attn_lstm.cc
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
#include "core/platform/threadpool.h"
#include "core/framework/allocator.h"
//TODO: fix the warnings
#if defined(_MSC_VER) && !defined(__clang__).
#if defined(_MSC_VER) && !defined(__clang__)
// Chance of arithmetic overflow could be reduced
#pragma warning(disable : 26451)
#endif

0 comments on commit 172eb7f

Please sign in to comment.