repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
"disable_omit_fp" can now be included in MONO_DEBUG
[mono-project.git]
/
mcs
/
tests
/
test-908.cs
blob
fdc40f6ce394563e14c554452a0e0d066e858d47
1
// Compiler options: -warnaserror
2
3
public class
Test
4
{
5
#pragma warning disable public
6
#pragma warning disable CS1685
7
#pragma warning disable CS1700, 1701
8
9
public static void
Main
()
10
{
11
}
12
#pragma warning restore CS1685
13
#pragma warning restore public, 1701
14
}