Skip to content

Commit

Permalink
-Wdeprecated-declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
jchen351 committed Oct 13, 2023
1 parent a3a69d0 commit 2e795b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/onnxruntime/core/common/eigen_common_wrapper.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
#endif
#if defined(__GNUC__) and __cplusplus >= 202002L
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Werror=deprecated"
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
#endif
#include "unsupported/Eigen/CXX11/Tensor"
#if defined(__GNUC__) and __cplusplus >= 202002L
Expand Down

0 comments on commit 2e795b4

Please sign in to comment.