Skip to content

Commit

Permalink
ttnn.h ignore -Wunknown-warning-option
Browse files Browse the repository at this point in the history
  • Loading branch information
kmabeeTT committed Aug 1, 2024
1 parent b842e98 commit 4bbf261
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/include/tt/runtime/detail/ttnn.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#pragma clang diagnostic ignored "-Wc++20-designator"
#pragma clang diagnostic ignored "-Wnon-virtual-dtor"
#pragma clang diagnostic ignored "-Wunused-variable"
#pragma clang diagnostic ignored "-Wunknown-warning-option"
#pragma clang diagnostic ignored "-Wsuggest-override"
#pragma clang diagnostic ignored "-Wgnu-anonymous-struct"
#pragma clang diagnostic ignored "-Wnested-anon-types"
Expand Down

0 comments on commit 4bbf261

Please sign in to comment.