A forum for Spin users
You are not logged in.
Pages: 1
When I run ' spin -v for.pml' on the following program:
int i;
init{
for (i : 5 .. 8) {printf(" %d \n", i)}
};
Spin gives me the following , somewhat unexpected, warning:
spin -v for.pml
spin: warning, for.pml, global, 'int i' variable is never used
Kees
Offline
[quote=spinroot]ah -- a hidden use of 'i'
will be fixed in the next release
thanks![/quote]
"A hidden use of 'i'" I love it. Who says we don't have a sense of humor!
Offline
Pages: 1