Remove text that was copy pasted from MSBuild
[mono.git] / mcs / errors / cs0078.cs
index 80c8efadb0a79fbf2b516503dadbe50284d0251e..4561d861a73c6bcead913c5fac2181a53543daea 100644 (file)
@@ -1,5 +1,6 @@
-// cs0078.cs: Compiler Warning level 4. 'l' is easily confused with digit '1'.
+// cs0078.cs: The `l' suffix is easily confused with the digit `1' (use `L' for clarity)
 // Line: 12
+// Compiler options: -warnaserror -warn:4
 
 using System;