bombomby / optick

C++ Profiler For Games
https://optick.dev
MIT License
2.95k stars 296 forks source link

Fix deprecation warning with clang shipped with Android NDK r22b #128

Open ejl103 opened 3 years ago

ejl103 commented 3 years ago

Fix build warning about deprecated feature std::allocator<void> (see https://en.cppreference.com/w/cpp/memory/allocator)

The second argument isn't necessary and is also deprecated in C++17 (see https://en.cppreference.com/w/cpp/memory/allocator/allocate) so I have just removed it