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
Show replies by date