diff options
| -rw-r--r-- | lib/command_py.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/command_py.c b/lib/command_py.c index 58b7982665..1554af172f 100644 --- a/lib/command_py.c +++ b/lib/command_py.c @@ -321,6 +321,7 @@ static struct PyModuleDef pymoddef_clippy = { } while (0) #endif +#pragma GCC diagnostic ignored "-Wstrict-aliasing" PyMODINIT_FUNC command_py_init(void) { PyObject *pymod; |
