From 0f6f34ca2fca81734544b32e8dbc8ee32122bb65 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Sun, 25 Mar 2018 19:18:08 +0200 Subject: Fixed more warnings and then disabled them ..because there is a boatload more to fix. --- tests/hawd/dataset.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/hawd') diff --git a/tests/hawd/dataset.cpp b/tests/hawd/dataset.cpp index 3325850..0d3047f 100644 --- a/tests/hawd/dataset.cpp +++ b/tests/hawd/dataset.cpp @@ -297,7 +297,7 @@ void Dataset::eachRow(const std::function &resultHandler) } row.fromBinary(value); - row.m_key = *(qint64 *)key.data(); + row.m_key = *(const qint64 *)key.data(); resultHandler(row); return true; }, -- cgit v1.2.3