bug-ncurses
[Top][All Lists]
Advanced

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

configure wchar size check


From: Miroslav Lichvar
Subject: configure wchar size check
Date: Thu, 6 May 2021 12:10:18 +0200

Just a minor issue in the configure script. It uses this code to get
the size of wchar_t:

fprintf (f, "%d", (sizeof (wchar_t)));

which produces the following warning:

format '%d' expects argument of type 'int', but argument 3 has type
'long unsigned int'

I suspect it might not work as expected a 64-bit big-endian arch.
I'm not sure where that code is coming from. If I run autoconf here,
it generates a different check.

-- 
Miroslav Lichvar




reply via email to

[Prev in Thread] Current Thread [Next in Thread]