summaryrefslogtreecommitdiff
path: root/src/wasm/wasm-s-parser.cpp
diff options
context:
space:
mode:
authorThomas Lively <7121787+tlively@users.noreply.github.com>2021-03-24 16:51:11 -0700
committerGitHub <noreply@github.com>2021-03-24 23:51:11 +0000
commit78de694ceb1b642076050d75c26ce4c1bf996b31 (patch)
tree612ad9aab7eb6040e80dd12dd36151d6b4c9b4a2 /src/wasm/wasm-s-parser.cpp
parent55af054b6b0b6d30fca7da43ac1c4522ff812e67 (diff)
downloadbinaryen-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