err - 9base - revived minimalist port of Plan 9 userland to Unix
 (HTM) git clone git://git.suckless.org/9base
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
       err (2236B)
       ---
            1 address.c: In function `filematch':
            2 address.c:159: warning: passing arg 1 of `bufreset' from incompatible pointer type
            3 address.c:160: warning: passing arg 1 of `bufinsert' from incompatible pointer type
            4 file.c: In function `mergeextend':
            5 file.c:117: warning: passing arg 1 of `bufread' from incompatible pointer type
            6 file.c: In function `fileinsert':
            7 file.c:275: warning: passing arg 1 of `bufinsert' from incompatible pointer type
            8 file.c: In function `filedelete':
            9 file.c:301: warning: passing arg 1 of `bufdelete' from incompatible pointer type
           10 file.c: In function `fileundelete':
           11 file.c:324: warning: passing arg 1 of `bufread' from incompatible pointer type
           12 file.c: In function `filereadc':
           13 file.c:339: warning: passing arg 1 of `bufread' from incompatible pointer type
           14 file.c: In function `fileload':
           15 file.c:405: warning: passing arg 1 of `bufload' from incompatible pointer type
           16 file.c: In function `fileundo':
           17 file.c:528: warning: passing arg 1 of `bufdelete' from incompatible pointer type
           18 file.c:546: warning: passing arg 1 of `bufinsert' from incompatible pointer type
           19 file.c: In function `fileclose':
           20 file.c:604: warning: passing arg 1 of `bufclose' from incompatible pointer type
           21 io.c: In function `readio':
           22 io.c:90: warning: passing arg 1 of `bufload' from incompatible pointer type
           23 io.c: In function `writeio':
           24 io.c:152: warning: passing arg 1 of `bufread' from incompatible pointer type
           25 mesg.c: In function `inmesg':
           26 mesg.c:248: warning: passing arg 1 of `bufread' from incompatible pointer type
           27 mesg.c: In function `snarf':
           28 mesg.c:568: warning: passing arg 1 of `bufread' from incompatible pointer type
           29 mesg.c: In function `setgenstr':
           30 mesg.c:612: warning: passing arg 1 of `bufread' from incompatible pointer type
           31 sam.c: In function `readcmd':
           32 sam.c:496: warning: passing arg 1 of `bufread' from incompatible pointer type
           33 sam.c: In function `copy':
           34 sam.c:676: warning: passing arg 1 of `bufread' from incompatible pointer type
           35 xec.c: In function `s_cmd':
           36 xec.c:234: warning: passing arg 1 of `bufread' from incompatible pointer type
           37 xec.c:243: warning: passing arg 1 of `bufread' from incompatible pointer type
           38 xec.c: In function `display':
           39 xec.c:401: warning: passing arg 1 of `bufread' from incompatible pointer type