Po Lu wrote: > 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;
Thanks for the report! This warning indeed indicated a bug. I have committed a fix now. Bruno
