Skip to content

Commit

Permalink
Merge pull request ros#50 from ros2/rviz2
Browse files Browse the repository at this point in the history
fix compiler warnings required for rviz2
  • Loading branch information
tfoote committed Nov 30, 2017
2 parents c33b187 + 032d729 commit bf035f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tf2/include/tf2/buffer_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,6 @@ class BufferCore



};
}

#endif //TF2_CORE_H
2 changes: 1 addition & 1 deletion tf2/include/tf2/transform_datatypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class Stamped : public T{
template <typename T>
bool operator==(const Stamped<T> &a, const Stamped<T> &b) {
return a.frame_id_ == b.frame_id_ && a.stamp_ == b.stamp_ && static_cast<const T&>(a) == static_cast<const T&>(b);
};
}


}
Expand Down

0 comments on commit bf035f6

Please sign in to comment.