Skip to content
Snippets Groups Projects
Commit 621b37a7 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

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.
parent e3f76f25
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment