projects
/
libam7xxx.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from:
a27837d
)
am7xxx: silent a warning enabled by 'sparse' about an uninitialized variable
author
Antonio Ospite <ospite@studenti.unina.it>
Tue, 28 Feb 2012 20:44:34 +0000
(21:44 +0100)
committer
Antonio Ospite <ospite@studenti.unina.it>
Wed, 29 Feb 2012 22:43:06 +0000
(23:43 +0100)
src/am7xxx.c:423:6: warning: ‘ret’ may be used uninitialized in this function [-Wuninitialized]
If libusb_get_device_list() returned 0 we didn't have 'ret' properly
initialized.
No differences found