Commit e91f32a
committed
Fix -Werror=unused-parameter on defaulted MetricValue copy constructor
CI build (gcc with -Werror=unused-parameter) flagged the named parameter
on the defaulted copy constructor as unused. Drop the name; the defaulted
body still copies the source.1 parent aece10a commit e91f32a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments