bug-gnulib
[Top][All Lists]
Advanced

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

vasnprintf.c Android bug?


From: Po Lu
Subject: vasnprintf.c Android bug?
Date: Wed, 25 Jan 2023 11:13:56 +0800

With the build API version set to 21 on the NDK r26b, vasnprintf.c needs
to include:

#include <wchar.h>

or else it cannot find mbstate_t.  In addition, this warning is still
emitted by Clang:

 ANDROID_CC   vasnprintf.o
vasnprintf.c:2416:21: warning: variable 'flags' set but not used 
[-Wunused-but-set-variable]
                int flags = dp->flags;


reply via email to

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