Przeglądaj źródła

Get the right warning number this time.

Jon Skeet 16 lat temu
rodzic
commit
367217301d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/ProtocolBuffers/MessageStreamIterator.cs

+ 1 - 1
src/ProtocolBuffers/MessageStreamIterator.cs

@@ -88,7 +88,7 @@ namespace Google.ProtocolBuffers {
 
 // This is only ever fetched by reflection, so the compiler may
 // complain that it's unused
-#pragma warning disable 0414
+#pragma warning disable 0169
     /// <summary>
     /// 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