[sr-dev] one compiler warning left

Juha Heinanen jh at tutpro.com
Sat Jun 9 16:12:37 CEST 2012


make of tls module still complains about calls of this macro:

#define TLS_ERR(s)           \
do {                         \
	int ret;             \
	TLS_ERR_RET(ret, s); \
} while(0)

the reason is that none of the calls use ret variable.  does anyone know
how to easily fix this?

-- juha



More information about the sr-dev mailing list