Commit 36721730 authored by Jon Skeet's avatar Jon Skeet Committed by Jon Skeet

Get the right warning number this time.

parent cb8644df
...@@ -88,7 +88,7 @@ namespace Google.ProtocolBuffers { ...@@ -88,7 +88,7 @@ namespace Google.ProtocolBuffers {
// This is only ever fetched by reflection, so the compiler may // This is only ever fetched by reflection, so the compiler may
// complain that it's unused // complain that it's unused
#pragma warning disable 0414 #pragma warning disable 0169
/// <summary> /// <summary>
/// Method we'll use to build messageReader, with the first parameter fixed to TMessage.CreateBuilder. Note that we /// Method we'll use to build messageReader, with the first parameter fixed to TMessage.CreateBuilder. Note that we
/// have to introduce another type parameter (TMessage2) as we can't constrain TMessage for just a single method /// have to introduce another type parameter (TMessage2) as we can't constrain TMessage for just a single method
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment