From e0b892796d218e0ad64ed6698640e1923662d943 Mon Sep 17 00:00:00 2001 From: Alexander Golubev Date: Tue, 28 Jun 2016 07:13:04 +0300 Subject: Fix a couple of harmless warnings Signed-off-by: Alexander Golubev --- dcop/client/marshall.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dcop/client') diff --git a/dcop/client/marshall.cpp b/dcop/client/marshall.cpp index 709e7d5af..354ad03e8 100644 --- a/dcop/client/marshall.cpp +++ b/dcop/client/marshall.cpp @@ -273,7 +273,7 @@ void marshall( TQDataStream &arg, QCStringList args, uint &i, TQString type ) { if( i >= args.count() ) { - tqWarning("Not enough arguments (expected %d, got %d).", i, args.count()); + tqWarning("Not enough arguments (expected %u, got %lu).", i, args.count()); exit(1); } TQString s = TQString::fromLocal8Bit( args[ i ] ); -- cgit v1.2.1