Searched hist:199783 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/lib/libc/stdio/
H A Dxprintf_time.cdiff 199783 Wed Nov 25 04:46:48 MST 2009 wollman Make all three if conditions look similar by always initializing nsec
and moving the default initialization of prec into the else clause.
The clang static analyzer erroneously thought that nsec can be used
uninitialized here; it was not actually possible, but better to make
the code clearer. (Clang can't know that sprintf() won't modify *pi
behind the scenes.)

Completed in 44 milliseconds