154c154
< def __init__(self, source, Werror=True, swig=False, **guards):
---
> def __init__(self, source, swig = False, **guards):
158d157
< self.Werror = Werror
846a846,847
> # Always consider warnings errors
> new_env.Append(CCFLAGS='-Werror')
849d849
< swig_env.Append(CCFLAGS='-Werror')
860,863d859
<
< werror_env = new_env.Clone()
< werror_env.Append(CCFLAGS='-Werror')
<
871,872d866
< elif source.Werror:
< env = werror_env