I get a warn error every time I build tor from source
I get a warn error every time I build tor from source. I'm running macOS and using Xcode 9.2 ``` Tor 0.3.2.6 ``` ``` **src/or/rendservice.c:1910:29: warning: comparison of integers of different signs: 'ssize_t' (aka 'long') and 'size_t' (aka 'unsigned long') [-Wsign-compare]**     parsed_req->ciphertext, MIN(parsed_req->ciphertext_len, keylen), **                            ^   ~~~~~~~~~~~~~~~~~~~~~~~~~~  ~~~~~~** **/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/sys/param.h:215:23: note: **expanded from macro 'MIN' #define MIN(a,b) (((a)<(b))?(a):(b)) ``` **Trac**: **Username**: Dbryrtfbcbhgf
issue