We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6745050 commit 841b797Copy full SHA for 841b797
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 368943998de2dee5f47c8e05e2facb11dfd148b7
+refs/heads/master: 28d43678b6dee9307632627f5de07511aa0c830f
trunk/src/rt/sync/sync.h
@@ -35,6 +35,8 @@ class rust_thread {
35
void join();
36
37
bool is_running();
38
+
39
+ virtual ~rust_thread() {} // quiet the compiler
40
};
41
42
#endif /* SYNC_H */
0 commit comments