Commit fe23e06
committed
nimble/gatt: Silence test build build warnings
Two test functions trigger false positive warning
about usage of uninitialized variables.
Now some local variables are initialized to
silence those warnings
Signed-off-by: Jerzy Kasenberg <jerzy.kasenberg@codecoup.pl>1 parent 037568d commit fe23e06
File tree
2 files changed
+4
-4
lines changed- nimble/host/test/src
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
474 | 474 | | |
475 | 475 | | |
476 | 476 | | |
477 | | - | |
478 | | - | |
479 | | - | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
480 | 480 | | |
481 | 481 | | |
482 | 482 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
264 | | - | |
| 264 | + | |
265 | 265 | | |
266 | 266 | | |
267 | 267 | | |
| |||
0 commit comments