The open source OpenXR runtime
0
fork

Configure Feed

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

u/logging: Fix return of debug_get_log_option_SUFFIX

authored by

Jakob Bornecrantz and committed by
Jakob Bornecrantz
d3b22427 751fdb28

+1 -1
+1 -1
src/xrt/auxiliary/util/u_debug.h
··· 87 87 } 88 88 89 89 #define DEBUG_GET_ONCE_LOG_OPTION(suffix, name, _default) \ 90 - static long debug_get_log_option_##suffix() \ 90 + static enum u_logging_level debug_get_log_option_##suffix() \ 91 91 { \ 92 92 static long gotten = false; \ 93 93 static enum u_logging_level stored; \