Skip to content

Commit

Permalink
Add MSVC_VER for pragma pop
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Rivero <jrivero@osrfoundation.org>
  • Loading branch information
j-rivero committed Nov 8, 2023
1 parent b0394a5 commit c604202
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testing/include/gz/common/testing/CMakeTestPaths.hh
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,7 @@ class GZ_COMMON_TESTING_VISIBLE CMakeTestPaths: public TestPaths
public: bool TestTmpPath(std::string &_tmpDir) override;
};
} // namespace gz::common::testing
#ifdef _MSC_VER
# pragma warning( pop )
#endif
#endif // GZ_COMMON_TESTING_CMAKETESTPATHS_HH_

0 comments on commit c604202

Please sign in to comment.