Index: net/quic/quic_config.cc |
diff --git a/net/quic/quic_config.cc b/net/quic/quic_config.cc |
index 152da46a80f062b24fb97ac8b885a2506e5eb358..604677eae4e9fb84cc18f676ca24486c057194a0 100644 |
--- a/net/quic/quic_config.cc |
+++ b/net/quic/quic_config.cc |
@@ -62,6 +62,7 @@ QuicErrorCode QuicNegotiableUint32::ReadUint32( |
error = QUIC_NO_ERROR; |
*out = default_value_; |
+ FALLTHROUGH_INTENDED; |
case QUIC_NO_ERROR: |
break; |
default: |
@@ -160,6 +161,7 @@ QuicErrorCode QuicNegotiableTag::ReadVector( |
*out_length = 1; |
*out = &default_value_; |
+ FALLTHROUGH_INTENDED; |
case QUIC_NO_ERROR: |
break; |
default: |