tor/src
Nick Mathewson 9243e54177 r9313@totoro: nickm | 2006-11-13 20:07:41 -0500
Try to compile with fewer warnings on irix64's MIPSpro compiler /
 environment, which apparently believes that:
   - off_t can be bigger than size_t.
   - only mean kids assign things they do not subsequently inspect.
 
 I don't try to fix the "error" that makes it say:
 
 cc-3970 cc: WARNING File = main.c, Line = 1277
   conversion from pointer to same-sized integral type (potential portability
           problem)
 
     uintptr_t sig = (uintptr_t)arg;
 
 Because really, what can you do about a compiler that claims to be c99
 but doesn't understand that void* x = NULL; uintptr_t y = (uintptr_t) x;
 is safe?
 


svn:r8948
2006-11-14 01:07:52 +00:00
..
common r9313@totoro: nickm | 2006-11-13 20:07:41 -0500 2006-11-14 01:07:52 +00:00
config In the hidden service example in torrc.sample, stop recommending 2006-10-08 07:45:16 +00:00
or r9313@totoro: nickm | 2006-11-13 20:07:41 -0500 2006-11-14 01:07:52 +00:00
tools r9025@Kushana: nickm | 2006-09-29 18:33:13 -0400 2006-09-29 22:33:40 +00:00
win32 and then bump to 0.1.2.3-alpha-dev 2006-10-30 03:29:33 +00:00
Makefile.am Link tools directory into rest of build system 2004-10-28 20:31:15 +00:00