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
2010-01-31 Zoltan Varga <vargaz@gmail.com>
[mcs.git]
/
errors
/
cs1692.cs
blob
57deae8435d30ac10df00c08693f9f5b009ddbe6
1
// cs1692.cs: Invalid number
2
// Line: 5
3
// Compiler options: -warnaserror
4
5
#pragma warning disable AAA
6
class
MainClass
{
7
}