fix warning

This commit is contained in:
Wolfgang Thaller 2019-08-12 22:38:13 +02:00
parent f16edcfbef
commit 5bf877c2f9
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ void MacSerialStream::write(const void* p, size_t n)
pb.ioParam.ioRefNum = outRefNum;
pb.ioParam.ioBuffer = (Ptr)p;
pb.ioParam.ioReqCount = n;
OSErr err = PBWriteSync(&pb);
/*OSErr err =*/ PBWriteSync(&pb);
}
void MacSerialStream::idle()