Re: [fossil-users] http_ssl paren issue

2014-02-08 Thread Jan Nijtmans
2014-02-08 3:01 GMT+01:00 James Turner ja...@calminferno.net: I think maybe http_ssl needs an extra set of parentheses to deal with this: ./src/http_ssl.c: In function 'ssl_open': ./src/http_ssl.c:288: warning: cast to pointer from integer of different size -- James Turner Thanks! Fixed

[fossil-users] http_ssl paren issue

2014-02-07 Thread James Turner
I think maybe http_ssl needs an extra set of parentheses to deal with this: ./src/http_ssl.c: In function 'ssl_open': ./src/http_ssl.c:288: warning: cast to pointer from integer of different size -- James Turner Index: src/http_ssl.c