X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0028.cs;h=db90d20a94939ce15479f7a1b5c1ad54ef3d96a6;hb=d127b293394ad7815b8c7cf9b4d21de8359b2707;hp=5cbf73f5130a26209fb842454043e1bf07cda81e;hpb=98a86ecd4ba2d3b4631d98ac5a4abf23f4e6c3e3;p=mono.git diff --git a/mcs/errors/cs0028.cs b/mcs/errors/cs0028.cs old mode 100755 new mode 100644 index 5cbf73f5130..db90d20a949 --- a/mcs/errors/cs0028.cs +++ b/mcs/errors/cs0028.cs @@ -1,5 +1,6 @@ -// cs0028: has the wrong signature to be an entry point +// cs0028.cs: `T.Main(int)' has the wrong signature to be an entry point // Line: 8 +// Compiler options: -warnaserror -warn:4 class T { public static int Main ()