Skip to content

Commit

Permalink
-Fixed build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNK committed Oct 16, 2013
1 parent 56ee111 commit d039630
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Src/Newtonsoft.Json.Tests/Serialization/JsonSerializerTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ public class NonGenericClass : GenericClass<GenericItem<string>, string>

}

#pragma warning disable 169
public class CustomerInvoice
{
// we're only modifing the tax rate
Expand All @@ -144,6 +145,7 @@ public class CustomerInvoice
[JsonExtensionData]
private IDictionary<string, JToken> _additionalData;
}
#pragma warning restore 169

[Test]
public void ExtensionDataExample()
Expand Down

0 comments on commit d039630

Please sign in to comment.