tech-userlevel archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: grep/util.c type mismatch



In article 
<CAJgzZoqL-Vu8KARZOpHh0zS7aaV_pHESE4RsUF-68sYX4wLVww%mail.gmail.com@localhost>,
enh  <enh%google.com@localhost> wrote:
>building NetBSD's grep for Android/x86, i get:
>
>grep/util.c:332:9: error: format '%lc' expects argument of type
>'wchar_t *', but argument 3 has type 'wint_t *' [-Werror=format=]
>         "%lc", &wbegin) != 1)
>         ^
>grep/util.c:336:9: error: format '%lc' expects argument of type
>'wchar_t *', but argument 3 has type 'wint_t *' [-Werror=format=]
>         "%lc", &wend) != 1)
>         ^
>

fixed, thanks!

christos



Home | Main Index | Thread Index | Old Index