More VC++ pickiness. (destest.c doesn't have a "return" and the usual
signed/unsigned stuff in s3_pkt.c) Submitted by: Reviewed by: PR:
This commit is contained in:
@@ -796,6 +796,7 @@ plain[8+4], plain[8+5], plain[8+6], plain[8+7]);
|
||||
}
|
||||
printf("\n");
|
||||
exit(err);
|
||||
return(err); /* Never reached, but keeps compilers happy */
|
||||
}
|
||||
|
||||
static char *pt(unsigned char *p)
|
||||
|
||||
Reference in New Issue
Block a user