On Wed, Nov 6, 2013 at 7:37 AM, Tom Tromey <[email protected]> wrote:
>>>>>> "Tobias" == Tobias Burnus <[email protected]> writes:
>
> Tobias> +         cpp_warning (pfile, CPP_W_DATE_TIME, "Macro \"%s\" might 
> prevent "
> Tobias> +                      "reproduce builds", NODE_NAME (node));
>
> Tobias> +       cpp_warning (pfile, CPP_W_DATE_TIME, "Macro \"%s\" might 
> prevent "
> Tobias> +                    "reproduce builds", NODE_NAME (node));
>
> I think change "reproduce" to "reproducible" in these warnings.

In GCC warnings pretty much always start with a lower case letter.
Any reason not to s/Macro/macro/ here?

Ian

Reply via email to