Skip to content

Commit

Permalink
Suppress Windows warning
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <[email protected]>
  • Loading branch information
mjcarroll committed Nov 9, 2023
1 parent bad5e5b commit 59584ba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions testing/include/gz/common/testing/TestPaths.hh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@

#include "gz/common/testing/Export.hh"

#include <gz/utils/SuppressWarning.hh>

#ifndef TESTING_PROJECT_SOURCE_DIR
#define TESTING_PROJECT_SOURCE_DIR ""
#endif
Expand Down Expand Up @@ -53,6 +55,7 @@ enum class GZ_COMMON_TESTING_VISIBLE BuildType
kBazel
};


//////////////////////////////////////////////////
/// \brief Helper interface to generate path information to support
/// test access to source/data files
Expand All @@ -79,7 +82,9 @@ class GZ_COMMON_TESTING_VISIBLE TestPaths
/// \return True if path successfully found and set, false otherwise
public: virtual bool TestTmpPath(std::string &_tmpDir) = 0;

GZ_UTILS_WARN_IGNORE__DLL_INTERFACE_MISSING
protected: std::string projectSourcePath;
GZ_UTILS_WARN_RESUME__DLL_INTERFACE_MISSING
};

//////////////////////////////////////////////////
Expand Down

0 comments on commit 59584ba

Please sign in to comment.