Home
last modified time | relevance | path

Searched refs:tvhtrace_no_warnings (Results 1 – 1 of 1) sorted by relevance

/dports/multimedia/tvheadend/tvheadend-4.2.8/src/
H A Dtvhlog.h216 static inline void tvhtrace_no_warnings(const char *fmt, ...) { (void)fmt; } in tvhtrace_no_warnings() function
218 #define tvhtrace(subsys, fmt, ...) do { tvhtrace_no_warnings(NULL, subsys, fmt, ##__VA_ARGS__); } w…
219 #define tvhlog_hexdump(subsys, data, len) do { tvhtrace_no_warnings(NULL, subsys, data, len); } whi…