1diff --git a/src/google/protobuf/generated_message_tctable_impl.h b/src/google/protobuf/generated_message_tctable_impl.h 2index c2be089bc4a15..441a4293a9985 100644 3--- a/src/google/protobuf/generated_message_tctable_impl.h 4+++ b/src/google/protobuf/generated_message_tctable_impl.h 5@@ -248,9 +248,6 @@ enum FieldType : uint16_t { 6 7 #ifndef NDEBUG 8 template <size_t align> 9-#ifndef _MSC_VER 10-[[noreturn]] 11-#endif 12 void AlignFail(uintptr_t address) { 13 GOOGLE_LOG(FATAL) << "Unaligned (" << align << ") access at " << address; 14 } 15