Skip to content

Commit fbb8f04

Browse files
author
Sascha Ochsenknecht
committed
Fix compile warning about unused variable
[SVN r58253]
1 parent 645adb4 commit fbb8f04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/regex.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ struct magic_number {
4343
*/
4444
void validate(boost::any& v,
4545
const std::vector<std::string>& values,
46-
magic_number* target_type, int)
46+
magic_number*, int)
4747
{
4848
static regex r("\\d\\d\\d-(\\d\\d\\d)");
4949

0 commit comments

Comments
 (0)