Clang compile fixes (#1876)
* Fix compile error from -Wwritable-strings Signed-off-by: Chris Burel <burelc@amazon.com> * Fix flags used to build MaskedOcclusionCulling with clang Signed-off-by: Chris Burel <burelc@amazon.com> * Fix class that has a final destructor, but the class itself was not final Signed-off-by: Chris Burel <burelc@amazon.com>
This commit is contained in:
+1
-1
@@ -1155,7 +1155,7 @@ namespace Benchmark
|
||||
class StorageDriveWindowsFixture : public benchmark::Fixture
|
||||
{
|
||||
public:
|
||||
constexpr static char* TestFileName = "StreamerBenchmark.bin";
|
||||
constexpr static const char* TestFileName = "StreamerBenchmark.bin";
|
||||
constexpr static size_t FileSize = 64_mib;
|
||||
|
||||
void SetupStreamer(bool enableFileSharing)
|
||||
|
||||
Reference in New Issue
Block a user