summaryrefslogtreecommitdiff
path: root/src/strings
diff options
context:
space:
mode:
Diffstat (limited to 'src/strings')
-rw-r--r--src/strings/base_test.cpp3
-rw-r--r--src/strings/strings2_test.cpp2
-rw-r--r--src/strings/strings_test.cpp2
3 files changed, 0 insertions, 7 deletions
diff --git a/src/strings/base_test.cpp b/src/strings/base_test.cpp
index 2083fdc..f9b9ca6 100644
--- a/src/strings/base_test.cpp
+++ b/src/strings/base_test.cpp
@@ -28,9 +28,6 @@
#include "../poison.hpp"
-#pragma GCC diagnostic ignored "-Wzero-as-null-pointer-constant"
-
-
namespace tmwa
{
using namespace strings;
diff --git a/src/strings/strings2_test.cpp b/src/strings/strings2_test.cpp
index 872d201..18c7db4 100644
--- a/src/strings/strings2_test.cpp
+++ b/src/strings/strings2_test.cpp
@@ -26,8 +26,6 @@
namespace tmwa
{
-#pragma GCC diagnostic ignored "-Wzero-as-null-pointer-constant"
-
TEST(StringTests, traits2)
{
ZString print_non = "\t\e"_s;
diff --git a/src/strings/strings_test.cpp b/src/strings/strings_test.cpp
index 8c3d80a..a95499d 100644
--- a/src/strings/strings_test.cpp
+++ b/src/strings/strings_test.cpp
@@ -28,8 +28,6 @@
namespace tmwa
{
-#pragma GCC diagnostic ignored "-Wzero-as-null-pointer-constant"
-
template<typename T>
class StringTest : public ::testing::Test
{