You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add [[noreturn]] to 1 file inc gloo/transport/tcp/pair.cc
Summary: LLVM-15 has a warning `-Wno-return` which can be used to identify functions that do not return. Qualifying these functions with `[[noreturn]]` is a perf optimization.
Reviewed By: meyering
Differential Revision: D53815466
fbshipit-source-id: 02f0b2e4d33ff118c55d285a4e623574c13e378f
0 commit comments