[msvc] Update csproj files (#5052)
[mono.git] / mcs / errors / cs0078.cs
index 80c8efadb0a79fbf2b516503dadbe50284d0251e..0a27ca8ee46ec791ec5c823728f740bdc77373f7 100644 (file)
@@ -1,5 +1,6 @@
-// cs0078.cs: Compiler Warning level 4. 'l' is easily confused with digit '1'.
+// CS0078: The `l' suffix is easily confused with the digit `1' (use `L' for clarity)
 // Line: 12
+// Compiler options: -warnaserror -warn:4
 
 using System;