Use stl array #82
Annotations
10 errors
test:
src/quadtree.h#L17
‘class QuadTree’ has virtual functions and accessible non-virtual destructor [-Werror=non-virtual-dtor]
|
test:
src/quadtree.h#L31
base class ‘class QuadTree’ has accessible non-virtual destructor [-Werror=non-virtual-dtor]
|
test:
src/quadtree.h#L57
‘MAP_MAX_LAYERS’ was not declared in this scope
|
test:
src/quadtree.h#L43
base class ‘class QuadTree’ has accessible non-virtual destructor [-Werror=non-virtual-dtor]
|
test:
src/tile.cpp#L1155
‘class Map’ has no member named ‘getQTNode’
|
test:
src/creature.h#L366
‘Map’ has not been declared
|
test:
src/creature.h#L367
‘Map’ has not been declared
|
test:
src/creature.h#L414
size of array ‘localMapCache’ is not an integral constant-expression
|
test:
src/creature.h#L414
size of array ‘localMapCache’ is not an integral constant-expression
|
test:
src/quadtree.h#L17
‘class QuadTree’ has virtual functions and accessible non-virtual destructor [-Werror=non-virtual-dtor]
|