Code review comment for lp://staging/~trond-norbye/libmemcached/gcc_fix

Revision history for this message
Trond Norbye (trond-norbye) wrote :

Fix compilation problems reported by gcc 4.4 with -Wsign-conversion. Due to a problem with the definition of struct option on Solaris (defining name as char* and not const char*) I had to add a macro to explicitly cast the strings to char* on Solaris. :(

« Back to merge proposal