[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Turning warning into errors
From: |
Paul Smith |
Subject: |
Re: Turning warning into errors |
Date: |
Sat, 04 May 2019 14:57:07 -0400 |
User-agent: |
Evolution 3.30.1-1build1 |
On Thu, 2019-05-02 at 14:17 +0200, Sébastien Hinderer wrote:
> Am I correct that there is currently no way to achieve this and, if so,
There is no way to turn these warnings into errors.
> am I correct that it is a deliberate choice not to provide this featur?
> In that case I'd be curious about why this has been decided.
The creation of the warning option predates my maintenance of GNU make,
so I can't speak to whether it was a deliberate choice to not provide
an "error" form of the check.
I personally don't have any problems with an error version of this
option existing.
I wonder if it would be useful to implement something more similar to
GCC's warning options facility, to prepare for future warning/error
possibilities.