search for: fullwarn

Displaying 1 result from an estimated 1 matches for "fullwarn".

1997 Nov 06
0
64 bit filesystems (Specifically Irix 6.2)
Following the posting by spd@gtc1.cps.unizar.es (J.A. Gutierrez) in SAMBA digest 1482 I compiled samba-1.9.17p4 under Irix 6.2 using the -fullwarn flag. There are around 2000 lines of warnings and messages - quite a few are due to 64 bit file systems but there are unused variables, missing prototypes, etc as well. For example: mode_t != int elements of struct statvfs are unsigned long, rather than ints. I could look into this, but don'...