0ad/source/lib/file/common
phosit 891908b801 Remove UNUSED
The `UNUSED` macro is used to mark a variable as unused but with a name.
Those usages are replaced with comments so that `UNUSED` can be removed.

https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#Rf-unused
2025-06-26 17:25:05 +02:00
..
tests 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
file_loader.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
file_loader.h Update some includes for iwyu part 1 2025-06-20 09:01:19 +02:00
file_stats.cpp Remove VFS cache, because it is less effective and less efficient than the OS cache (and partially redundant with higher level application caches). 2017-12-10 17:33:03 +00:00
file_stats.h Remove UNUSED 2025-06-26 17:25:05 +02:00
real_directory.cpp Adds std namespace to shared_ptr usages in lib. 2021-05-22 19:32:38 +00:00
real_directory.h Update some includes for iwyu part 1 2025-06-20 09:01:19 +02:00
trace.cpp Remove UNUSED 2025-06-26 17:25:05 +02:00
trace.h Update some includes for iwyu part 1 2025-06-20 09:01:19 +02:00