Samba 3.0.12rc1 Compiling lib/sysquotas_4A.c cc-1164 cc: WARNING File = lib/sysquotas_4A.c, Line = 98 Argument of type "const char *" is incompatible with parameter of type "caddr_t". if ((ret = quotactl(QCMD(Q_GETQUOTA,USRQUOTA), bdev, id.uid, (void *)&D))&&errno != EDQUOT) { ^ cc-1164 cc: WARNING File = lib/sysquotas_4A.c, Line = 134 Argument of type "const char *" is incompatible with parameter of type "caddr_t". if ((ret = quotactl(QCMD(Q_GETQUOTA,USRQUOTA), bdev, id.uid, (void *)&D))==0) { ^ cc-1164 cc: WARNING File = lib/sysquotas_4A.c, Line = 205 Argument of type "const char *" is incompatible with parameter of type "caddr_t". ret = quotactl(QCMD(Q_SETQLIM,USRQUOTA), bdev, id.uid, (void *)&D); ^ cc-1164 cc: WARNING File = lib/sysquotas_4A.c, Line = 260 Argument of type "const char *" is incompatible with parameter of type "caddr_t". if ((ret = quotactl(QCMD(Q_GETQUOTA,USRQUOTA), bdev, id.uid, (void *)&D))==0) { ^
*** This bug has been marked as a duplicate of 2314 ***