mirror of
https://github.com/gflags/gflags.git
synced 2025-04-05 05:25:04 +00:00
change to assert
This commit is contained in:
parent
9a98cb6903
commit
ef1677ef67
1 changed files with 1 additions and 3 deletions
|
@ -1991,9 +1991,7 @@ void AllowCommandLineReparsing() {
|
|||
|
||||
void ReparseCommandLineNonHelpFlags() {
|
||||
// Check reparse status
|
||||
if (!allow_command_line_reparsing) {
|
||||
return;
|
||||
}
|
||||
assert(allow_command_line_reparsing);
|
||||
// We make a copy of argc and argv to pass in
|
||||
const vector<string>& argvs = GetArgvs();
|
||||
int tmp_argc = static_cast<int>(argvs.size());
|
||||
|
|
Loading…
Add table
Reference in a new issue