X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0252.cs;h=364ae9fed094b933ff78bc50c079cb20521132f4;hb=8936bf96686a4a5081635868bcb6f9a449b02f73;hp=4e296420b0f125447c3d3e9cd3241c06c26077e0;hpb=6529b737cd119309bb564ef59ab598a5bad8bf52;p=mono.git diff --git a/mcs/errors/cs0252.cs b/mcs/errors/cs0252.cs index 4e296420b0f..364ae9fed09 100644 --- a/mcs/errors/cs0252.cs +++ b/mcs/errors/cs0252.cs @@ -1,4 +1,4 @@ -// cs0252.cs: Possible unintended reference comparison; to get a value comparison, cast the left hand side to type `string' +// CS0252: Possible unintended reference comparison. Consider casting the left side expression to type `string' to get value comparison // Line: 10 // Compiler options: -warn:2 -warnaserror