mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 21:49:33 +00:00
fix warning
This commit is contained in:
parent
f16edcfbef
commit
5bf877c2f9
@ -67,7 +67,7 @@ void MacSerialStream::write(const void* p, size_t n)
|
|||||||
pb.ioParam.ioRefNum = outRefNum;
|
pb.ioParam.ioRefNum = outRefNum;
|
||||||
pb.ioParam.ioBuffer = (Ptr)p;
|
pb.ioParam.ioBuffer = (Ptr)p;
|
||||||
pb.ioParam.ioReqCount = n;
|
pb.ioParam.ioReqCount = n;
|
||||||
OSErr err = PBWriteSync(&pb);
|
/*OSErr err =*/ PBWriteSync(&pb);
|
||||||
}
|
}
|
||||||
|
|
||||||
void MacSerialStream::idle()
|
void MacSerialStream::idle()
|
||||||
|
Loading…
Reference in New Issue
Block a user