This website works better with JavaScript.
Home
Help
Register
Sign In
xcache
/
xcache
Watch
1
Star
0
Fork
0
Code
Releases
44
Activity
Browse Source
fix warning
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1431 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
3.1
Xuefer
7 years ago
parent
5dde0d5141
commit
8fa74a64de
2 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
mod_assembler/xc_assembler.c
+1
-1
mod_optimizer/xc_optimizer.c
+ 1
- 0
mod_assembler/xc_assembler.c
View File
@ -0,0 +1 @@
static
void
dummy
(
)
{
}
+ 1
- 1
mod_optimizer/xc_optimizer.c
View File
@ -521,7 +521,7 @@ static int bbs_build_from(bbs_t *bbs, zend_op_array *op_array, int count) /* {{{
static
void
bbs_restore_opnum
(
bbs_t
*
bbs
,
zend_op_array
*
op_array
)
/*
{
{
{
*/
{
int
bbid
;
zend_u
int
i
;
int
i
;
for
(
bbid
=
0
;
bbid
<
bbs_count
(
bbs
)
;
bbid
+
+
)
{
op_flowinfo_t
fi
;
Write
Preview
Loading…
Cancel
Save