]> git.ozlabs.org Git - ccan/blobdiff - ccan/rune/rune.c
ccan/rune: compile without warnings on -O3.
[ccan] / ccan / rune / rune.c
index 0ff7968b4aa9b093f42bb5febdd6fb4b455b8e25..84296c66b33d8707fa7a6a162e245205f04a0daf 100644 (file)
@@ -302,7 +302,7 @@ static const char *rune_alt_single(const tal_t *ctx,
                                   const s64 *fieldval_int)
 {
        char strfield[STR_MAX_CHARS(s64) + 1];
-       s64 runeval_int;
+       s64 runeval_int = 0 /* gcc v9.4.0 gets upset with uninitiaized var at -O3 */;
        const char *err;
 
        /* Caller can't set both! */