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
use a 2.0 network stack for MONOTOUCH
[mcs.git]
/
errors
/
cs0219.cs
blob
4ab0d413c86d234bc4acdcb0606ec64e7b0a7989
1
// cs0219.cs: The variable `p' is assigned but its value is never used
2
// Line: 9
3
// Compiler options: -warn:3 -warnaserror
4
5
class
Main
6
{
7
public void
Method
(
int
i
)
8
{
9
long
p
= -
9
;
10
}
11
}