File pycryptopp-0.5.29-disable-w-flag.patch of Package python-cryptopp
--- setup.py.orig +++ setup.py @@ -67,8 +67,6 @@ extra_compile_args.append("-Wall") extra_link_args.append("-g") undef_macros.append('NDEBUG') -else: - extra_compile_args.append("-w") if DISABLE_EMBEDDED_CRYPTOPP: define_macros.append(('DISABLE_EMBEDDED_CRYPTOPP', 1))