j
k
j a
j l
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
Back to the thread
Back to the list