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.

11 lines
684 B

  1. diff -u --recursive setools-vanilla/setup.py setools/setup.py
  2. --- setools-vanilla/setup.py 2020-04-01 09:57:49.000000000 -0500
  3. +++ setools/setup.py 2020-08-12 21:44:41.265149504 -0500
  4. @@ -109,7 +109,6 @@
  5. extra_compile_args=['-Werror', '-Wextra',
  6. '-Waggregate-return',
  7. '-Wfloat-equal',
  8. - '-Wformat', '-Wformat=2',
  9. '-Winit-self',
  10. '-Wmissing-format-attribute',
  11. '-Wmissing-include-dirs',