mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-08-24 04:24:59 +00:00
Fixed compiler warnings
This commit is contained in:
@@ -90,6 +90,9 @@ namespace InterProcessCommunication
|
||||
handle->Listening = 1;
|
||||
handle->Error = IPCSuccess;
|
||||
|
||||
// FIXME: ID is not used.
|
||||
UNUSED(ID);
|
||||
|
||||
return IPCError{IPCSuccess};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user