3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-24 01:25:33 +00:00

Fix warnings

This commit is contained in:
Akash Levy 2024-12-09 11:45:09 -08:00
parent e0ba08dd1d
commit 2c5811daa1
3 changed files with 14 additions and 8 deletions

View file

@ -547,7 +547,7 @@ void yosys_setup()
if(already_setup)
return;
already_setup = true;
backward::SignalHandling* sh = new backward::SignalHandling;
new backward::SignalHandling;
#ifdef WITH_PYTHON
// With Python 3.12, calling PyImport_AppendInittab on an already
// initialized platform fails (such as when libyosys is imported