You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openmw/apps
elsid 9b412bc802
Fix benchmark warning: -Wdeprecated-declarations
Example:

apps/benchmarks/settings/access.cpp: In function ‘void {anonymous}::localStatic(benchmark::State&)’:
apps/benchmarks/settings/access.cpp:43:37: warning: ‘typename std::enable_if<(std::is_trivially_copyable<_Tp>::value && (sizeof (Tp) <= sizeof (Tp*)))>::type benchmark::DoNotOptimize(const Tp&) [with Tp = float; typename std::enable_if<(std::is_trivially_copyable<_Tp>::value && (sizeof (Tp) <= sizeof (Tp*)))>::type = void]’ is deprecated: The const-ref version of this method can permit undesired compiler optimizations in benchmarks [-Wdeprecated-declarations]
   43 |             benchmark::DoNotOptimize(v);
      |             ~~~~~~~~~~~~~~~~~~~~~~~~^~~
10 months ago
..
benchmarks Fix benchmark warning: -Wdeprecated-declarations 10 months ago
bsatool Add option to disable precompiled headers 10 months ago
bulletobjecttool Add option to disable precompiled headers 10 months ago
esmtool Merge branch 'esm3structs' into 'master' 10 months ago
essimporter Add option to disable precompiled headers 10 months ago
launcher Add option to disable precompiled headers 10 months ago
mwiniimporter Add option to disable precompiled headers 10 months ago
navmeshtool Add option to disable precompiled headers 10 months ago
niftest Replace std::filesystem::path by std::string and std::string_view in nif code 10 months ago
opencs Merge branch 'esm3structs' into 'master' 10 months ago
opencs_tests Add option to disable precompiled headers 10 months ago
openmw Merge branch 'esm3structs' into 'master' 10 months ago
openmw_test_suite Merge branch 'yaml_parse' into 'master' 10 months ago
wizard Deploy base Qt translations when needed 11 months ago
doc.hpp