summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/s2wasm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s2wasm.h b/src/s2wasm.h
index 56937fe04..34afbef52 100644
--- a/src/s2wasm.h
+++ b/src/s2wasm.h
@@ -333,7 +333,7 @@ private:
}
void parseGlobl() {
- // Name name = getStr();
+ (void)getStr();
skipWhitespace();
}