summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swift/Controllers/Chat/UnitTest/ChattablesTest.cpp')
-rw-r--r--Swift/Controllers/Chat/UnitTest/ChattablesTest.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Swift/Controllers/Chat/UnitTest/ChattablesTest.cpp b/Swift/Controllers/Chat/UnitTest/ChattablesTest.cpp
index e052aff..f30e3fd 100644
--- a/Swift/Controllers/Chat/UnitTest/ChattablesTest.cpp
+++ b/Swift/Controllers/Chat/UnitTest/ChattablesTest.cpp
@@ -9,6 +9,9 @@
9 9
10#include <Swift/Controllers/Chat/Chattables.h> 10#include <Swift/Controllers/Chat/Chattables.h>
11 11
12// Clang wrongly things that tests for 0 are using 0 as null.
13#pragma clang diagnostic ignored "-Wzero-as-null-pointer-constant"
14
12using namespace Swift; 15using namespace Swift;
13 16
14class ChattablesTest : public ::testing::Test { 17class ChattablesTest : public ::testing::Test {