at 24.11-pre 511 B view raw
1diff -r c649a735cf82 testing/support.py 2--- a/testing/support.py Thu Feb 23 05:42:01 2023 +0100 3+++ b/testing/support.py Sat May 20 21:46:56 2023 -0400 4@@ -112,6 +112,7 @@ 5 '-Wno-unreachable-code'] 6 # special things for clang 7 extra_compile_args.append('-Qunused-arguments') 8+ extra_compile_args.append('-Wno-null-pointer-subtraction') 9 else: 10 # assume a standard gcc 11 extra_compile_args = ['-Werror', '-Wall', '-Wextra', '-Wconversion',