Skip to content

Commit f2f40a1

Browse files
committed
Fixed compiler warning in connect engine
1 parent d3afdb1 commit f2f40a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/connect/plugutil.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ BOOL PlugSubSet(void *memp, uint size)
526526
/***********************************************************************/
527527
/* Use it to export a function that do throwing. */
528528
/***********************************************************************/
529-
void *DoThrow(int n)
529+
static void *DoThrow(int n)
530530
{
531531
throw n;
532532
} /* end of DoThrow */

0 commit comments

Comments
 (0)