diff options
author | Alon Zakai <azakai@google.com> | 2021-03-19 08:49:15 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-19 08:49:15 -0700 |
commit | 5d9a6049c08c3b9e7ddb0c061f15b2731c6bad77 (patch) | |
tree | 0cb5686ae3b91c2253593727d04214fb08f8126b /src/wasm/wasm-binary.cpp | |
parent | 86f05289d8fb50875d58ed491380bb8b4097d4eb (diff) | |
download | binaryen-5d9a6049c08c3b9e7ddb0c061f15b2731c6bad77.tar.gz binaryen-5d9a6049c08c3b9e7ddb0c061f15b2731c6bad77.tar.bz2 binaryen-5d9a6049c08c3b9e7ddb0c061f15b2731c6bad77.zip |
Avoid warnings/errors on isTemp(*Type) being unused (#3707)
It is a little "fun" to fake their uses because of the overloaded type.
cppreference says that this is the way to do it, and I've found no
other way than a C cast like this (std::function fails).
Diffstat (limited to 'src/wasm/wasm-binary.cpp')
0 files changed, 0 insertions, 0 deletions