K 10 svn:author V 6 marino K 8 svn:date V 27 2015-04-01T21:19:33.797595Z K 7 svn:log V 476 net/widentd: disable -Werror On gcc, this warning is given: widentd.c: In function 'main': widentd.c:194:3: error: 'memset' used with constant zero length parameter; this could be due to transposed parameters [-Werror=memset-transposed-args] memset(buff, sizeof(buff), 0); ^ Removing -Werror is blanket-approved. This is another port that uses instead of providing an independent makefile, so the -Werror is coming from the system build framework. END