diff options
author | Thomas Lively <7121787+tlively@users.noreply.github.com> | 2021-03-24 16:51:11 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-24 23:51:11 +0000 |
commit | 78de694ceb1b642076050d75c26ce4c1bf996b31 (patch) | |
tree | 612ad9aab7eb6040e80dd12dd36151d6b4c9b4a2 /src/wasm/wasm-s-parser.cpp | |
parent | 55af054b6b0b6d30fca7da43ac1c4522ff812e67 (diff) | |
download | binaryen-78de694ceb1b642076050d75c26ce4c1bf996b31.tar.gz binaryen-78de694ceb1b642076050d75c26ce4c1bf996b31.tar.bz2 binaryen-78de694ceb1b642076050d75c26ce4c1bf996b31.zip |
Resolve unused variable `globalStore` (#3729)
This variable is only used when asserts are enabled, so it was causing
compilation errors on optimized builds with -Wunused-variable -Werror. This PR
fixes the build errors by hiding the variable and its uses behind ifdefs.
Diffstat (limited to 'src/wasm/wasm-s-parser.cpp')
0 files changed, 0 insertions, 0 deletions