-Arx/src/game/Inventory.cpp:252:25: warning: 2 adjacent parameters of 'index' of similar type ('(anonymous namespace)::EntityInventoryAccess::index_type') are easily swapped by mistake [bugprone-easily-swappable-parameters] -Arx/src/game/Inventory.cpp:257:31: warning: 2 adjacent parameters of 'index' of similar type ('(anonymous namespace)::EntityInventoryAccess::index_type') are easily swapped by mistake [bugprone-easily-swappable-parameters] +Arx/src/game/Inventory.cpp:252:25: warning: 2 adjacent parameters of 'index' of similar type ('index_type') are easily swapped by mistake [bugprone-easily-swappable-parameters] +Arx/src/game/Inventory.cpp:257:31: warning: 2 adjacent parameters of 'index' of similar type ('index_type') are easily swapped by mistake [bugprone-easily-swappable-parameters] -Arx/src/game/Inventory.h:115:33: warning: 2 adjacent parameters of 'InventoryPos' of similar type ('InventoryPos::index_type') are easily swapped by mistake [bugprone-easily-swappable-parameters] +Arx/src/game/Inventory.h:115:33: warning: 2 adjacent parameters of 'InventoryPos' of similar type ('index_type') are easily swapped by mistake [bugprone-easily-swappable-parameters] -Arx/src/io/fs/FilesystemPOSIX.cpp:121:16: warning: 2 adjacent parameters of 'copy_file' of similar type ('const fs::path &') are easily swapped by mistake [bugprone-easily-swappable-parameters] +Arx/src/io/fs/FilesystemPOSIX.cpp:121:16: warning: 2 adjacent parameters of 'copy_file' of similar type ('const path &') are easily swapped by mistake [bugprone-easily-swappable-parameters] -Arx/src/math/Rectangle.h:66:13: warning: 2 adjacent parameters of 'Rectangle_' of similar type ('const Rectangle_::Vec2 &') are easily swapped by mistake [bugprone-easily-swappable-parameters] +Arx/src/math/Rectangle.h:66:13: warning: 2 adjacent parameters of 'Rectangle_' of similar type ('const Vec2 &') are easily swapped by mistake [bugprone-easily-swappable-parameters]