mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-27 00:46:29 +00:00
Add some break statements to silence compiler warnings
This commit is contained in:
@@ -712,9 +712,12 @@ main(int argc, char **argv)
|
||||
if (strcmp(argv[optind - 1], "-?") == 0)
|
||||
{
|
||||
help_option = true;
|
||||
break;
|
||||
}
|
||||
/* otherwise fall through to default */
|
||||
else
|
||||
{
|
||||
option_error_found = true;
|
||||
}
|
||||
break;
|
||||
default: /* invalid option */
|
||||
option_error_found = true;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user