]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/cli_simple.c
spl, common, serial: build SPL without serial support
[karo-tx-uboot.git] / common / cli_simple.c
index 6c65cc686cb2d86af46574adbefdd9a41a617242..00a8d2f48b33d767d69310345eb900345b6197ab 100644 (file)
@@ -68,7 +68,7 @@ void cli_simple_process_macros(const char *input, char *output)
        /* 1 = waiting for '(' or '{' */
        /* 2 = waiting for ')' or '}' */
        /* 3 = waiting for '''  */
-       char *output_start = output;
+       char __maybe_unused *output_start = output;
 
        debug_parser("[PROCESS_MACROS] INPUT len %zd: \"%s\"\n", strlen(input),
                     input);