The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

d/ht: move DEBUG_GET_ONCE_LOG_OPTION to ht_driver.cpp (NFC)

Fixes an annoying warning.

+1 -2
+1
src/xrt/drivers/ht/ht_driver.cpp
··· 64 64 #include <exception> 65 65 #include <algorithm> 66 66 67 + DEBUG_GET_ONCE_LOG_OPTION(ht_log, "HT_LOG", U_LOGGING_WARN) 67 68 68 69 /*! 69 70 * Setup helper functions.
-2
src/xrt/drivers/ht/ht_driver.hpp
··· 43 43 44 44 using namespace xrt::auxiliary::util; 45 45 46 - DEBUG_GET_ONCE_LOG_OPTION(ht_log, "HT_LOG", U_LOGGING_WARN) 47 - 48 46 #define HT_TRACE(htd, ...) U_LOG_XDEV_IFL_T(&htd->base, htd->ll, __VA_ARGS__) 49 47 #define HT_DEBUG(htd, ...) U_LOG_XDEV_IFL_D(&htd->base, htd->ll, __VA_ARGS__) 50 48 #define HT_INFO(htd, ...) U_LOG_XDEV_IFL_I(&htd->base, htd->ll, __VA_ARGS__)