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 _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
