Re: missing sconscript warning
Mats Wichmann <[email protected]>
| Newsgroups | gmane.comp.programming.tools.scons.devel |
|---|---|
| Message-ID | <[email protected]> |
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) )