Module Name: src Committed By: rin Date: Mon Nov 13 02:33:13 UTC 2017
Modified Files: src/external/bsd/nvi/usr.bin/nvi: Makefile Log Message: - Add -Wno-unused and -Wno-unsequenced for gcc and clang, respectively. This is because encoding conversion macros yield such like: #define FILE2INT5(sp,buf,n,nlen,w,wlen) (w = n, wlen = nlen, 0) - Silence gcc warnings on nonliteral arguments for snprintf(3) in v_increment.c, that are overlooked for swprintf(3) in the case of USE_WIDECHAR == "yes". To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/external/bsd/nvi/usr.bin/nvi/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.