Silence the gcc warning: 'op' may be used uninitialized in this function
Approved by: kevans
This commit is contained in:
parent
50a53194f6
commit
08c80489cd
@ -58,6 +58,8 @@ conv_c(PR *pr, u_char *p, size_t bufsize)
|
|||||||
u_char peekbuf[MB_LEN_MAX];
|
u_char peekbuf[MB_LEN_MAX];
|
||||||
u_char *op;
|
u_char *op;
|
||||||
|
|
||||||
|
op = NULL;
|
||||||
|
|
||||||
if (pr->mbleft > 0) {
|
if (pr->mbleft > 0) {
|
||||||
str = "**";
|
str = "**";
|
||||||
pr->mbleft--;
|
pr->mbleft--;
|
||||||
|
Loading…
Reference in New Issue
Block a user