projects
/
m6w6
/
ext-psi
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
56b1eff
)
fix warning
author
Michael Wallner
<mike@php.net>
Mon, 29 Oct 2018 07:53:38 +0000
(08:53 +0100)
committer
Michael Wallner
<mike@php.net>
Mon, 29 Oct 2018 07:53:38 +0000
(08:53 +0100)
src/types/decl.c
patch
|
blob
|
history
diff --git
a/src/types/decl.c
b/src/types/decl.c
index 40d8c251f0e484123277dfda6b97f4c517fbb97c..ed66d402930265cccba741724b906267c62bfbfa 100644
(file)
--- a/
src/types/decl.c
+++ b/
src/types/decl.c
@@
-88,7
+88,7
@@
void psi_decl_dump(int fd, struct psi_decl *decl)
}
}
if (decl->func->var->array_size) {
- dprintf(fd, ")[%
z
u]", decl->func->var->array_size);
+ dprintf(fd, ")[%u]", decl->func->var->array_size);
}
if (decl->redir) {
dprintf(fd, ") __asm__ (\"%s\");", decl->redir);