protobuf
protobuf copied to clipboard
Add [[noreturn]] to AlignFail
This was removed in #10188 however clang emits -Wmissing-noreturn
now, as that function cannot ever return due to the explicit
abort call that was added. Adding the [[noreturn]] will prevent
this warning
See https://godbolt.org/z/ef9E1G9ah