[nem-en] strange warning when compiling
Philippe Quesnel
philippe.quesnel at gmail.com
Tue Jan 10 04:13:35 CET 2006
hi,
was going through the Quick Guide & tried the (weird) %|| type of ops...
code:
def a = 1;
def b = 2;
mutable c = false;
c = a %^^ b; // <== here
warning:
t.n:11:13:11:20: warning: N10001: there is no check needed to cast int to
int
t.n:11:13:11:20: hint: consider using : instead of :>
is this a compiler bug ?
thought you might want to know
-------------- next part --------------
An HTML attachment was scrubbed...
URL: /mailman/pipermail/devel-en/attachments/20060110/e34ce691/attachment.html
More information about the devel-en
mailing list