repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Warnings cleanup
[mcs.git]
/
errors
/
cs1904.cs
blob
b7960c75f92e1f2b8d95ad5eccab690d3e1582be
1
// cs1904.cs: `-1' is not a valid warning number
2
// Line: 0
3
// Compiler options: -nowarn:1,-1
4
5
class
ClassMain
{
6
public static void
Main
() {}
7
}
8