Skip to content

Commit

Permalink
ros2GH-144 Add missing pop for warning pragma (ros2#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
anhosi authored and Karsten1987 committed Nov 30, 2018
1 parent f5f9b5a commit 366d750
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rosbag2/include/rosbag2/converter.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,8 @@ class ROSBAG2_PUBLIC Converter

} // namespace rosbag2

#ifdef _WIN32
# pragma warning(pop)
#endif

#endif // ROSBAG2__CONVERTER_HPP_
4 changes: 4 additions & 0 deletions rosbag2/include/rosbag2/sequential_reader.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,8 @@ class ROSBAG2_PUBLIC SequentialReader

} // namespace rosbag2

#ifdef _WIN32
# pragma warning(pop)
#endif

#endif // ROSBAG2__SEQUENTIAL_READER_HPP_
4 changes: 4 additions & 0 deletions rosbag2/include/rosbag2/writer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,8 @@ class ROSBAG2_PUBLIC Writer

} // namespace rosbag2

#ifdef _WIN32
# pragma warning(pop)
#endif

#endif // ROSBAG2__WRITER_HPP_

0 comments on commit 366d750

Please sign in to comment.