cvs commit: src/lib/libthr/thread thr_find_thread.c

Peter Jeremy PeterJeremy at optushome.com.au
Fri Mar 26 12:01:21 PST 2004


On Fri, Mar 26, 2004 at 06:45:35AM -0800, Mike Makonnen wrote:
>  Modified files:
>    lib/libthr/thread    thr_find_thread.c 
>  Log:
>  o Initialize a local variable before referencing it. This was not
>    the cause of any bugs because it is *always* indirectly set
>    in the for...loop, but better to be explicit about it.

If this wasn't a real bug but just an incorrect gcc "used before set"
warning, please say so.  The first sentence above implies there was
a real bug.

Peter


More information about the cvs-src mailing list