Commit 870725d
committed
Implicit capture of 'this' with a capture default of '=' is deprecated
```
CaptureTimer.cpp:34:13: warning: implicit capture
of 'this' with a capture default of '=' is deprecated [-Wdeprecated-this-capture]
```
Change-Id: Ib3fe4e958964b15b6135f8d73b093493d36fc8b11 parent cf5a4f1 commit 870725d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments