We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b00fbd9 commit eac8f87Copy full SHA for eac8f87
1 file changed
src/common/IPC/Primitives.h
@@ -62,6 +62,9 @@ namespace IPC {
62
static FileHandle FromDesc(const FileDesc& desc);
63
64
int GetHandle() const {
65
+ // Do not complain about mode being unused.
66
+ Q_UNUSED(mode);
67
+
68
return handle;
69
}
70
0 commit comments