Skip to content
Permalink
Browse files
Fixed compiler warning in connect engine
  • Loading branch information
montywi committed Mar 14, 2019
1 parent d3afdb1 commit f2f40a1
Showing 1 changed file with 1 addition and 1 deletion.
@@ -526,7 +526,7 @@ BOOL PlugSubSet(void *memp, uint size)
/***********************************************************************/
/* Use it to export a function that do throwing. */
/***********************************************************************/
void *DoThrow(int n)
static void *DoThrow(int n)
{
throw n;
} /* end of DoThrow */

0 comments on commit f2f40a1

Please sign in to comment.