Commit fb521eb
committed
decoder.h: warning cleanup
Fix a compiler warning about a possibly uninitialized variable (the
compiler cannot prove that the variable is always initialized before
use, even though the code logic guarantees it).
Signed-off-by: Luca Burelli <l.burelli@arduino.cc>1 parent 2a4f864 commit fb521eb
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
211 | | - | |
| 211 | + | |
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
| |||
0 commit comments