ddnet/src/tools
Dennis Felsing 31cf68c65d Fix mismatched bound warning in map_replace_area and map_create_pixelart
src/tools/map_replace_area.cpp:644:38: warning: argument 'aLine' of type 'const float[2]' with mismatched bound [-Warray-parameter]
bool GetLineIntersection(const float aLine[2], const float Point)
                                     ^
src/tools/map_replace_area.cpp:55:37: note: previously declared as 'const float[]' here
bool GetLineIntersection(const float[], float);
                                    ^
2022-09-15 23:23:04 +02:00
..
config_common.h Remove namespace tw 2022-06-13 18:07:29 +02:00
config_retrieve.cpp Move/rename variable declarations in config_retrieve 2022-06-04 17:21:26 +02:00
config_store.cpp Move/rename variable declarations in config_store 2022-06-04 17:21:26 +02:00
crapnet.cpp Include <iterator> instead of <array> for std::size 2022-06-17 17:39:24 +02:00
dilate.cpp Warn about pnglite-incompatible PNGs on load 2022-07-14 18:22:46 +02:00
dummy_map.cpp Remove namespace tw 2022-06-13 18:07:29 +02:00
map_convert_07.cpp Warn about pnglite-incompatible PNGs on load 2022-07-14 18:22:46 +02:00
map_create_pixelart.cpp Fix mismatched bound warning in map_replace_area and map_create_pixelart 2022-09-15 23:23:04 +02:00
map_diff.cpp Remove namespace tw 2022-06-13 18:07:29 +02:00
map_extract.cpp Move PNG handling to src/engine/gfx 2022-06-21 15:26:23 +02:00
map_find_env.cpp Fixed index typo map_find_env 2022-08-13 21:54:56 +02:00
map_optimize.cpp Move PNG handling to src/engine/gfx 2022-06-21 15:26:23 +02:00
map_replace_area.cpp Fix mismatched bound warning in map_replace_area and map_create_pixelart 2022-09-15 23:23:04 +02:00
map_replace_image.cpp Warn about pnglite-incompatible PNGs on load 2022-07-14 18:22:46 +02:00
map_resave.cpp Remove namespace tw 2022-06-13 18:07:29 +02:00
packetgen.cpp Remove namespace tw 2022-06-13 18:07:29 +02:00
stun.cpp Remove namespace tw 2022-06-13 18:07:29 +02:00
twping.cpp Huge variable naming format 2022-07-08 18:01:29 +02:00
unicode_confusables.cpp Remove namespace tw 2022-06-13 18:07:29 +02:00
uuid.cpp Remove namespace tw 2022-06-13 18:07:29 +02:00