Add missing const
across the code base
#5690
Annotations
4 errors and 2 warnings
CMake Build:
src/projectile.cpp#L1571
cast from type ‘const BASE_OBJECT*’ to type ‘STRUCTURE*’ casts away qualifiers [-Werror=cast-qual]
|
CMake Build:
src/projectile.cpp#L1575
cast from type ‘const BASE_OBJECT*’ to type ‘DROID*’ casts away qualifiers [-Werror=cast-qual]
|
CMake Build:
src/projectile.cpp#L1576
cast from type ‘const BASE_OBJECT*’ to type ‘DROID*’ casts away qualifiers [-Werror=cast-qual]
|
CMake Build
Process completed with exit code 1.
|
CMake Build:
src/droid.cpp#L254
conversion from ‘float’ to ‘int’ may change value [-Wfloat-conversion]
|
CMake Build:
src/hci/quickchat.cpp#L275
conversion from ‘float’ to ‘int’ may change value [-Wfloat-conversion]
|
The logs for this run have expired and are no longer available.
Loading