We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3c63ee commit ab343afCopy full SHA for ab343af
tests/setup.py
@@ -34,7 +34,11 @@
34
'-Wconversion',
35
# /usr/lib64/pypy3.7/include/pyport.h:68:20: error: redefinition of typedef
36
# 'Py_hash_t' is a C11 feature
37
- "-Wno-typedef-redefinition",
+ '-Wno-typedef-redefinition',
38
+ # Formatting checks
39
+ '-Wformat',
40
+ '-Wformat-nonliteral',
41
+ '-Wformat-security',
42
))
43
CFLAGS = COMMON_FLAGS + [
44
# Use C99 for pythoncapi_compat.c which initializes PyModuleDef with a
0 commit comments