[Scons-dev] missing sconscript warning
Mats Wichmann
mats at wichmann.us
Fri Jul 20 12:49:11 EDT 2018
On 07/20/2018 08:57 AM, Mats Wichmann wrote:
> There is an existing variable SCons.Warnings._warningAsException which
> causes any warning to raise an exception (the check is in the warn
> function). The result is not ideal (but more on that later). There is
> no "API" to modify this flag, but it's Python, I can reach in and
> twiddle it myself if needs be.
oh, I should have added, there is an interface in SCons.Warnings which
twiddles this flag ( warningsAsException(flag=1) )
More information about the Scons-dev
mailing list