w32: Initialize variable to silence compiler warning.
* w32/npth.c (mutex_init_check): Initialize.
- Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
w32: Initialize variable to silence compiler warning.
Description
Details
Event TimelineComment Actions Hmm, gcc used to figure out that attr is initialized by npth_mutexattr_init. One of these gcc warning regressions? |