File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ namespace web {
29
29
{
30
30
uri_components () : m_path(_XPLATSTR(" /" )), m_port(-1 ) {}
31
31
32
- uri_components (const uri_components &other ) = default ;
33
- uri_components & operator =(const uri_components &other ) = default ;
32
+ uri_components (const uri_components &) = default ;
33
+ uri_components & operator =(const uri_components &) = default ;
34
34
35
35
// This is for VS2013 compatibility -- replace with '= default' when VS2013 is completely dropped.
36
36
uri_components (uri_components &&other) CPPREST_NOEXCEPT :
@@ -209,12 +209,12 @@ namespace web {
209
209
// / <summary>
210
210
// / Copy constructor.
211
211
// / </summary>
212
- uri (const uri &other ) = default ;
212
+ uri (const uri &) = default ;
213
213
214
214
// / <summary>
215
215
// / Copy assignment operator.
216
216
// / </summary>
217
- uri & operator =(const uri &other ) = default ;
217
+ uri & operator =(const uri &) = default ;
218
218
219
219
// / <summary>
220
220
// / Move constructor.
You can’t perform that action at this time.
0 commit comments