361a362,368
>
> # Treat warnings as errors but white list some warnings that we
> # want to allow (e.g., deprecation warnings).
> main.Append(CCFLAGS=['-Werror',
> '-Wno-error=deprecated-declarations',
> '-Wno-error=deprecated',
> ])