mirror of
https://github.com/mutouyun/cpp-ipc.git
synced 2025-12-07 01:06:45 +08:00
eliminate warning
This commit is contained in:
parent
09c3c557ba
commit
cc19a4e941
@ -45,7 +45,7 @@ struct test_cq<ipc::channel> {
|
||||
test_cq(void*)
|
||||
: conn_name_("test-ipc-channel") {
|
||||
auto watcher = connect();
|
||||
QCOMPARE(watcher.recv_count(), 0);
|
||||
QCOMPARE(watcher.recv_count(), static_cast<std::size_t>(0));
|
||||
}
|
||||
|
||||
cn_t connect() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user