diff --git a/test/test_ipc.cpp b/test/test_ipc.cpp index 289bbb8..bcc96ee 100644 --- a/test/test_ipc.cpp +++ b/test/test_ipc.cpp @@ -45,7 +45,7 @@ struct test_cq { test_cq(void*) : conn_name_("test-ipc-channel") { auto watcher = connect(); - QCOMPARE(watcher.recv_count(), 0); + QCOMPARE(watcher.recv_count(), static_cast(0)); } cn_t connect() {