Skip to content

Commit ec9fad4

Browse files
committed
Fix warning: label 'done' defined but not used [-Wunused-label]
1 parent 39f70b9 commit ec9fad4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: g_fmt.c

+2
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ char *php_memcached_g_fmt(register char *b, double x) {
9494

9595
done0:
9696
zend_freedtoa(s0);
97+
#ifdef IGNORE_ZERO_SIGN
9798
done:
99+
#endif
98100
return b0;
99101
}

0 commit comments

Comments
 (0)