projects
/
YACASL2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6d80ec
)
LLVMで発生した警告をもとにソースを修正
author
j8takagi
<j8takagi@nifty.com>
Sat, 31 May 2014 14:08:59 +0000
(23:08 +0900)
committer
j8takagi
<j8takagi@nifty.com>
Sat, 31 May 2014 14:08:59 +0000
(23:08 +0900)
src/struct.c
patch
|
blob
|
history
diff --git
a/src/struct.c
b/src/struct.c
index
7102280
..
b01ffb8
100644
(file)
--- a/
src/struct.c
+++ b/
src/struct.c
@@
-198,7
+198,7
@@
bool create_code_type()
const void (*getcmdptr(WORD code))
{
CMDTAB *t;
- const void
(*ptr)
;
+ const void
*ptr = NULL
;
for(t = code_type[hash_code(code)]; t != NULL; t = t->next) {
if(code == t->cmd->code) {