Skip to content

Commit fabe995

Browse files
committed
Fixing warning about unused parameter.
1 parent 237a0ed commit fabe995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Release/include/cpprest/http_client.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ class http_client_config
127127
/// Set OAuth 1.0 configuration.
128128
/// </summary>
129129
/// <param name="config">OAuth 1.0 configuration to set.</param>
130-
void set_oauth1(oauth1::experimental::oauth1_config config)
130+
void set_oauth1(oauth1::experimental::oauth1_config)
131131
{
132132
// CodePlex #230
133133
throw std::runtime_error("oauth1 is not implemented yet.");

0 commit comments

Comments
 (0)