Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit50843b9

Browse files
author
Clement Champetier
committed
Common: fix variable used after null check
Warning from Coverity Scan.
1 parentd196115 commit50843b9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎src/AvTranscoder/common.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ void ParamSet::set( const std::string& key, const std::string& flag, const bool
2727

2828
if( ! flagOpt )
2929
{
30-
std::cout << flag << std::endl <<" :" << flagOpt->default_val.i64 << std::endl;
3130
throwstd::runtime_error("unknown flag" + flag );
3231
}
3332

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp