src: introduce upx::max and friends; updates for clang-19 git snapshot

This commit is contained in:
Markus F.X.J. Oberhumer
2024-05-15 14:06:05 +02:00
parent 9e0f16a629
commit 40b7e24fcc
21 changed files with 254 additions and 159 deletions
+2
View File
@@ -1246,7 +1246,9 @@ int upx_main(int argc, char *argv[]) may_throw {
assert(upx_nrv_init() == 0);
#endif
assert(upx_ucl_init() == 0);
#if (WITH_ZLIB)
assert(upx_zlib_init() == 0);
#endif
#if (WITH_ZSTD)
assert(upx_zstd_init() == 0);
#endif