Skip to content

Commit 841b797

Browse files
committed
---
yaml --- r: 812 b: refs/heads/master c: 28d4367 h: refs/heads/master v: v3
1 parent 6745050 commit 841b797

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 368943998de2dee5f47c8e05e2facb11dfd148b7
2+
refs/heads/master: 28d43678b6dee9307632627f5de07511aa0c830f

trunk/src/rt/sync/sync.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ class rust_thread {
3535
void join();
3636

3737
bool is_running();
38+
39+
virtual ~rust_thread() {} // quiet the compiler
3840
};
3941

4042
#endif /* SYNC_H */

0 commit comments

Comments
 (0)