We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
unused_function
1 parent 2c3befb commit 2bc4f64Copy full SHA for 2bc4f64
sycl/source/detail/os_util.cpp
@@ -59,7 +59,7 @@ inline namespace _V1 {
59
namespace detail {
60
61
#if defined(__INTEL_PREVIEW_BREAKING_CHANGES)
62
-static std::string getDirName(const char *Path)
+[[maybe_unused]] static std::string getDirName(const char *Path)
63
#else
64
std::string OSUtil::getDirName(const char *Path)
65
#endif
0 commit comments