Commit 66e8398
committed
[lldb] Fix a warning
This patch fixes:
lldb/include/lldb/Symbol/Function.h:270:3: error:
'lldb_private::CallEdge' has virtual functions but non-virtual
destructor [-Werror,-Wnon-virtual-dtor]1 parent 697b34f commit 66e8398
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
270 | | - | |
| 270 | + | |
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
| |||
0 commit comments