From 154df6b09d0c39ef9a9b1ee049251b645c13f559 Mon Sep 17 00:00:00 2001 From: peterbell10 Date: Sun, 10 May 2020 17:16:38 +0100 Subject: Cleanup unneeded globals (#4736) --- tests/ChunkData/ArraytoCoord.cpp | 2 +- tests/ChunkData/Coordinates.cpp | 2 +- tests/ChunkData/Copies.cpp | 2 +- tests/ChunkData/CopyBlocks.cpp | 2 +- tests/ChunkData/creatable.cpp | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'tests/ChunkData') diff --git a/tests/ChunkData/ArraytoCoord.cpp b/tests/ChunkData/ArraytoCoord.cpp index e4ca9ce8d..1fdaf3365 100644 --- a/tests/ChunkData/ArraytoCoord.cpp +++ b/tests/ChunkData/ArraytoCoord.cpp @@ -22,7 +22,7 @@ static void test() delete a_Ptr; } - virtual bool DoIsEqual(const cAllocationPool &) const NOEXCEPT override + virtual bool DoIsEqual(const cAllocationPool &) const noexcept override { return false; } diff --git a/tests/ChunkData/Coordinates.cpp b/tests/ChunkData/Coordinates.cpp index 5070f2cda..97c3f3a15 100644 --- a/tests/ChunkData/Coordinates.cpp +++ b/tests/ChunkData/Coordinates.cpp @@ -22,7 +22,7 @@ static void test() delete a_Ptr; } - virtual bool DoIsEqual(const cAllocationPool &) const NOEXCEPT override + virtual bool DoIsEqual(const cAllocationPool &) const noexcept override { return false; } diff --git a/tests/ChunkData/Copies.cpp b/tests/ChunkData/Copies.cpp index 6cbb58387..9b9cbbaf1 100644 --- a/tests/ChunkData/Copies.cpp +++ b/tests/ChunkData/Copies.cpp @@ -25,7 +25,7 @@ static void test() delete a_Ptr; } - virtual bool DoIsEqual(const cAllocationPool&) const NOEXCEPT override + virtual bool DoIsEqual(const cAllocationPool&) const noexcept override { return false; } diff --git a/tests/ChunkData/CopyBlocks.cpp b/tests/ChunkData/CopyBlocks.cpp index ad1524fe5..c86a9e754 100644 --- a/tests/ChunkData/CopyBlocks.cpp +++ b/tests/ChunkData/CopyBlocks.cpp @@ -32,7 +32,7 @@ static void test() delete a_Ptr; } - virtual bool DoIsEqual(const cAllocationPool &) const NOEXCEPT override + virtual bool DoIsEqual(const cAllocationPool &) const noexcept override { return false; } diff --git a/tests/ChunkData/creatable.cpp b/tests/ChunkData/creatable.cpp index 260583213..9767c31b4 100644 --- a/tests/ChunkData/creatable.cpp +++ b/tests/ChunkData/creatable.cpp @@ -19,7 +19,7 @@ int main(int argc, char** argv) delete a_Ptr; } - virtual bool DoIsEqual(const cAllocationPool &) const NOEXCEPT override + virtual bool DoIsEqual(const cAllocationPool &) const noexcept override { return false; } -- cgit v1.2.3