You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
571 B

  1. --- a/setup.py
  2. +++ b/setup.py
  3. @@ -109,7 +109,6 @@ ext_py_mods = [Extension('setools.policy
  4. extra_compile_args=['-Werror', '-Wextra',
  5. '-Waggregate-return',
  6. '-Wfloat-equal',
  7. - '-Wformat', '-Wformat=2',
  8. '-Winit-self',
  9. '-Wmissing-format-attribute',
  10. '-Wmissing-include-dirs',