-
- Downloads
Don't use uninitialized variable: lockfname
Where's the compiler warnings guys?
Loading
Where's the compiler warnings guys?
The variable lockfname is completely initialized as a pointer to a location on the stack... and you're not using the values of the members, just passing it as a pointer to a function that may very well be initializing the members for you.