mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-21 20:26:41 +00:00
Fix MSVC warning
This commit is contained in:
parent
9452da9ea1
commit
e3ccc03fde
1 changed files with 1 additions and 1 deletions
|
|
@ -67,6 +67,6 @@ namespace
|
||||||
void linkerWorkaround()
|
void linkerWorkaround()
|
||||||
{
|
{
|
||||||
env_sload();
|
env_sload();
|
||||||
(void)linkerWorkaround; // suppress unused function warning from GCC
|
(void)&linkerWorkaround; // suppress unused function warning from GCC
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue