942a943,950
> swig_env.Append(CCFLAGS=[
> # Some versions of SWIG can return uninitialized values
> '-Wno-sometimes-uninitialized',
> # Register storage is requested in a lot of places in
> # SWIG-generated code.
> '-Wno-deprecated-register',
> ])
>