Skip to content
Permalink
Browse files
Fix a compilation warning
  • Loading branch information
dr-m committed Jun 30, 2017
1 parent 61847b9 commit dd75087
Showing 1 changed file with 1 addition and 0 deletions.
@@ -1078,6 +1078,7 @@ struct latch_t {

/** Subclass this to iterate over a thread's acquired latch levels. */
struct sync_check_functor_t {
virtual ~sync_check_functor_t() { }
virtual bool operator()(const latch_level_t) const = 0;
};

0 comments on commit dd75087

Please sign in to comment.