NetBSD/external/bsd/nvi
rin 66231ee6b4 - 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".
2017-11-13 02:33:13 +00:00
..
catalog
dist Use mvwchgat(3), which is not a macro in general (and in our case). 2017-11-13 01:51:47 +00:00
docs
usr.bin - Add -Wno-unused and -Wno-unsequenced for gcc and clang, respectively. 2017-11-13 02:33:13 +00:00
addrcsid
Makefile
Makefile.inc Bump for } command fix in v_paragraph.c r1.5. 2017-01-21 22:27:43 +00:00
nvi2netbsd