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. --- common/commands.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/commands.cpp') diff --git a/common/commands.cpp b/common/commands.cpp index a92b455..0ec2c7b 100644 --- a/common/commands.cpp +++ b/common/commands.cpp @@ -80,7 +80,7 @@ int headerSize() void write(QLocalSocket *device, int messageId, int commandId) { - write(device, messageId, commandId, 0, 0); + write(device, messageId, commandId, nullptr, 0); } static void write(QLocalSocket *device, const char *buffer, uint size) -- cgit v1.2.3