The open source OpenXR runtime
0
fork

Configure Feed

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

u/process: Fix a warning by marking a function as maybe unused.

+1 -1
+1 -1
src/xrt/auxiliary/util/u_process.c
··· 35 35 #endif 36 36 }; 37 37 38 - static inline int 38 + XRT_MAYBE_UNUSED static inline int 39 39 get_pidfile_path(char *buf) 40 40 { 41 41 int size = u_file_get_path_in_runtime_dir(PID_FILE_NAME, buf, PATH_MAX);