projects
/
b43-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a392db7
)
b43-dasm: suppress compiler warning
author
Michael Buesch
<m@bues.ch>
Mon, 12 Sep 2011 17:53:00 +0000
(19:53 +0200)
committer
Michael Buesch
<m@bues.ch>
Mon, 12 Sep 2011 17:53:00 +0000
(19:53 +0200)
Signed-off-by: Michael Buesch <m@bues.ch>
disassembler/main.c
patch
|
blob
|
history
diff --git
a/disassembler/main.c
b/disassembler/main.c
index d419feefb3d7982cc415b002224e5bb4e4eeaa1a..eecea39d70d2f1e33eb68a489303b5a7a75211ab 100644
(file)
--- a/
disassembler/main.c
+++ b/
disassembler/main.c
@@
-877,7
+877,7
@@
static int read_input(struct disassembler_context *ctx)
size_t ret;
struct bin_instruction *code = NULL;
unsigned char tmp[sizeof(uint64_t)];
- uint64_t codeword;
+ uint64_t codeword
= 0
;
struct fw_header hdr;
int err;