On Fri, Jun 8, 2012 at 10:07 AM, Chris Frey <cdf...@foursquare.net> wrote:

> But I encountered a real puzzler here:
>
>        
> https://github.com/ksterker/adonthell/blob/master/src/rpg/pathfinding_costs.cc#L87
>
> The compiler says that 'actual' is an unused variable.

To me the compiler seems right. actual is declared in that very line
and assigned *i. But then no other statement uses it. So the whole
line should just get removed. Maybe you did that already.

Will pull your changes tonight.

Kai

_______________________________________________
Adonthell-devel mailing list
Adonthell-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/adonthell-devel

Reply via email to