Comment 2 for bug 1848837

Revision history for this message
Roland Lutz (rlutz) wrote :

Thank you for reporting this.

This should have been a compiler warning, not an error, and consequently, it shouldn't have caused the build to fail. Have you added `-Werror' manually?

`help_string' is a string constant without conversion specifications, so it doesn't really matter if it is passed as a format string or argument. That said, the fix is trivial, so I applied it.