Skip to content

Commit cee5476

Browse files
Fix a warning about unused parameter. (#731)
Relates-To: OLPEDGE-1728 Signed-off-by: Mykhailo Kuchma <[email protected]>
1 parent 67dc351 commit cee5476

File tree

1 file changed

+1
-1
lines changed
  • olp-cpp-sdk-core/include/olp/core/http

1 file changed

+1
-1
lines changed

olp-cpp-sdk-core/include/olp/core/http/Network.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ class CORE_API Network {
9090
*
9191
* @param headers The default headers.
9292
*/
93-
virtual void SetDefaultHeaders(Headers headers) {}
93+
virtual void SetDefaultHeaders(Headers) {}
9494
};
9595

9696
/**

0 commit comments

Comments
 (0)