mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-28 09:16:34 +00:00
lib/clippy: ignore -Wstrict-aliasing
This warning is both meaningless and unfixable, just ignore it. Signed-off-by: David Lamparter <equinox@diac24.net>
This commit is contained in:
parent
866f6e4008
commit
f54dd468ec
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user