Page 1 of 1

build v10-02 results in a warning

PostPosted: 03 Oct 2009, 00:25
by Chris H.
I built the source code from the 10-02 version on my Mac and got a warning. The warning comes from GuiDisplay3.java, line 1126, "protected PlayerZone getZone() {".

The warning states:

The method getZone() from the type GuiDisplay3.ZoneAction is never used locally.

I assume that this is not serious and needs a @SuppressWarnings.

Re: build v10-02 results in a warning

PostPosted: 03 Oct 2009, 07:52
by silly freak
no, this is almost irrelevant.

Re: build v10-02 results in a warning

PostPosted: 03 Oct 2009, 14:48
by DennisBergkamp
Strange, it's not giving any warnings for me. Stuff still works when I comment out that method though.