-
- Downloads
Fix GCC warning: ‘fptr’ may be used uninitialized in this function
This does look like a false positive to me: the if clauses that use fptr appear to only cover the same values as the switch-case statements. But harmless defensive change here.
Loading
Please register or sign in to comment