mirror of
https://github.com/diasurgical/DevilutionX.git
synced 2026-05-21 05:40:35 +00:00
adba5c4441
Makes clang (and GCC) consider item.Clear() a reinitialisation of a moved variable - see https://clang.llvm.org/extra/clang-tidy/checks/bugprone-use-after-move.html#reinitialization
8 lines
301 B
Plaintext
8 lines
301 B
Plaintext
// Hint files help the Visual Studio IDE interpret Visual C++ identifiers
|
|
// such as names of functions and macros.
|
|
// For more information see https://go.microsoft.com/fwlink/?linkid=865984
|
|
#define DVL_ALWAYS_INLINE
|
|
#define DVL_ATTRIBUTE_HOT
|
|
#define DVL_API_FOR_TEST
|
|
#define DVL_REINITIALIZES
|