0ad/source/lib/allocators
phosit d9795d29fe Remove the name of some unused arguments
Remove some usage of the `UNUSED` macro. Remove only those cases where
the names can be deduced from their type.

https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#Rf-unused
2025-06-18 12:49:59 +02:00
..
tests Fix renderer crash in GCC 7.5. 2021-01-06 14:56:17 +00:00
allocator_checker.h Make all Wildfire Games copyright headers consistent by always ending with a period and using (C) instead of (c). 2017-07-10 14:26:24 +00:00
allocator_policies.h Remove ICC code paths 2025-03-25 12:29:51 +01:00
DynamicArena.h Remove the name of some unused arguments 2025-06-18 12:49:59 +02:00
dynarray.cpp Further header & precompiled cleanup, fix no-PCH builds. 2020-12-09 14:39:14 +00:00
dynarray.h Removes possibility to link lowlevel library dynamically. 2022-01-31 06:53:30 +00:00
freelist.cpp Make all Wildfire Games copyright headers consistent by always ending with a period and using (C) instead of (c). 2017-07-10 14:26:24 +00:00
freelist.h Removes possibility to link lowlevel library dynamically. 2022-01-31 06:53:30 +00:00
overrun_protector.h Make all Wildfire Games copyright headers consistent by always ending with a period and using (C) instead of (c). 2017-07-10 14:26:24 +00:00
page_aligned.cpp Use std::atomic instead of platform-dependant code 2024-09-25 21:57:15 +02:00
page_aligned.h Removes possibility to link lowlevel library dynamically. 2022-01-31 06:53:30 +00:00
pool.cpp Fix renderer crash in GCC 7.5. 2021-01-06 14:56:17 +00:00
pool.h Removes possibility to link lowlevel library dynamically. 2022-01-31 06:53:30 +00:00
shared_ptr.cpp Adds std namespace to shared_ptr usages in lib. 2021-05-22 19:32:38 +00:00
shared_ptr.h Removes possibility to link lowlevel library dynamically. 2022-01-31 06:53:30 +00:00
stateless_allocators.h Remove the name of some unused arguments 2025-06-18 12:49:59 +02:00
STLAllocators.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00