all: pacify clang-tidy, CI and cmake updates

This commit is contained in:
Markus F.X.J. Oberhumer
2024-02-14 15:14:47 +01:00
parent be44cefbe7
commit fdcdaf596a
9 changed files with 44 additions and 7 deletions
+2 -2
View File
@@ -261,8 +261,8 @@ struct Z2_X2 : public X2 {
**************************************************************************/
TEST_CASE("Deleter") {
LE16 *o = {}; // object
LE32 *a = {}; // array
LE16 *o = nullptr; // object
LE32 *a = nullptr; // array
{
const upx::ObjectDeleter<LE16 **> o_deleter{&o, 1};
o = new LE16;