Add missing const
across the code base
#5827
Annotations
4 errors
Alpine :LATEST [GCC]:
src/projectile.cpp#L1571
cast from type 'const BASE_OBJECT*' to type 'STRUCTURE*' casts away qualifiers [-Werror=cast-qual]
|
Alpine :LATEST [GCC]:
src/projectile.cpp#L1575
cast from type 'const BASE_OBJECT*' to type 'DROID*' casts away qualifiers [-Werror=cast-qual]
|
Alpine :LATEST [GCC]:
src/projectile.cpp#L1576
cast from type 'const BASE_OBJECT*' to type 'DROID*' casts away qualifiers [-Werror=cast-qual]
|
Alpine :LATEST [GCC]
Process completed with exit code 2.
|