Skip to content

Commit

Permalink
Fix a warning about unused parameter. (#731)
Browse files Browse the repository at this point in the history
Relates-To: OLPEDGE-1728

Signed-off-by: Mykhailo Kuchma <ext-mykhailo.kuchma@here.com>
  • Loading branch information
mykhailo-kuchma authored Mar 24, 2020
1 parent 67dc351 commit cee5476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion olp-cpp-sdk-core/include/olp/core/http/Network.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class CORE_API Network {
*
* @param headers The default headers.
*/
virtual void SetDefaultHeaders(Headers headers) {}
virtual void SetDefaultHeaders(Headers) {}
};

/**
Expand Down

0 comments on commit cee5476

Please sign in to comment.