Tweak to make troff compile silently.
This commit is contained in:
parent
e98091cf8d
commit
1f72bc47fe
8 changed files with 13 additions and 17 deletions
|
|
@ -130,7 +130,7 @@ mbstowcs(wchar_t *pwcs, const char *s, size_t n)
|
|||
size_t
|
||||
wcstombs(char *s, const wchar_t *pwcs, size_t n)
|
||||
{
|
||||
int /*i,*/ d;
|
||||
int d;
|
||||
long c;
|
||||
char *p, *pe;
|
||||
char buf[3];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue