tylerneylon/moriarty

Xcode Warnings

chandusticky opened this issue · 0 comments

CArray.m
void CArrayRemoveElement (CArray *cArray,void *element){
int index = byteDist/ cArray->elementSize; //Division By Zero Warning
}

LineView.m
+(LineView *)lineFromPoint:(CGPoint)a toPoint:(CGPoint)b {
return [[LineView be] initFromPoint:a toPoint:b]; //Incorrect decrement of reference count of an object Warning.
}