Add missing const
across the code base
#5826
Annotations
10 errors
Alpine :LATEST [GCC]:
src/ai.cpp#L1270
cast from type 'const BASE_OBJECT*' to type 'DROID*' casts away qualifiers [-Werror=cast-qual]
|
Alpine :LATEST [GCC]:
src/ai.cpp#L1272
cast from type 'const BASE_OBJECT*' to type 'DROID*' casts away qualifiers [-Werror=cast-qual]
|
Alpine :LATEST [GCC]:
src/ai.cpp#L1297
cast from type 'const BASE_OBJECT*' to type 'DROID*' casts away qualifiers [-Werror=cast-qual]
|
Alpine :LATEST [GCC]:
src/ai.cpp#L1303
cast from type 'const BASE_OBJECT*' to type 'DROID*' casts away qualifiers [-Werror=cast-qual]
|
Alpine :LATEST [GCC]:
src/ai.cpp#L1303
cast from type 'const BASE_OBJECT*' to type 'DROID*' casts away qualifiers [-Werror=cast-qual]
|
Alpine :LATEST [GCC]:
src/ai.cpp#L1305
cast from type 'const BASE_OBJECT*' to type 'DROID*' casts away qualifiers [-Werror=cast-qual]
|
Alpine :LATEST [GCC]:
src/ai.cpp#L1318
cast from type 'const BASE_OBJECT*' to type 'STRUCTURE*' casts away qualifiers [-Werror=cast-qual]
|
Alpine :LATEST [GCC]:
src/ai.cpp#L1318
cast from type 'const BASE_OBJECT*' to type 'STRUCTURE*' casts away qualifiers [-Werror=cast-qual]
|
Alpine :LATEST [GCC]:
src/ai.cpp#L1320
cast from type 'const BASE_OBJECT*' to type 'STRUCTURE*' casts away qualifiers [-Werror=cast-qual]
|
Alpine :LATEST [GCC]
Process completed with exit code 2.
|