3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-23 09:05:32 +00:00

Merge pull request #4541 from YosysHQ/krys/compiler-warnings

Resolve (some) compiler warnings
This commit is contained in:
N. Engelhardt 2024-08-26 15:04:16 +02:00 committed by GitHub
commit 0fc5812dcd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 80 additions and 29 deletions

View file

@ -1718,7 +1718,7 @@ struct AbcPass : public Pass {
show_tempdir = true;
}
size_t argidx, g_argidx;
size_t argidx, g_argidx = -1;
bool g_arg_from_cmd = false;
#if defined(__wasm)
const char *pwd = ".";