Skip to content

Commit

Permalink
Fix a compilation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-m committed Jun 30, 2017
1 parent 61847b9 commit dd75087
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions storage/innobase/include/sync0types.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};

Expand Down

0 comments on commit dd75087

Please sign in to comment.