Skip to content

Commit

Permalink
Fix warning: label 'done' defined but not used [-Wunused-label]
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet committed Nov 19, 2013
1 parent 39f70b9 commit ec9fad4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions g_fmt.c
Expand Up @@ -94,6 +94,8 @@ char *php_memcached_g_fmt(register char *b, double x) {

done0:
zend_freedtoa(s0);
#ifdef IGNORE_ZERO_SIGN
done:
#endif
return b0;
}

0 comments on commit ec9fad4

Please sign in to comment.