diff options
author | Thomas Lively <tlively@google.com> | 2024-03-13 18:00:48 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-13 18:00:48 -0700 |
commit | 6e8fefe1ea13346f8908075d1f35b23317cfcc0f (patch) | |
tree | df2f723a8dae648525f2208bcc61cfc2727d0865 /src/shell-interface.h | |
parent | 3edc08c80a135b69d20235cbb620c48109d7b866 (diff) | |
download | binaryen-6e8fefe1ea13346f8908075d1f35b23317cfcc0f.tar.gz binaryen-6e8fefe1ea13346f8908075d1f35b23317cfcc0f.tar.bz2 binaryen-6e8fefe1ea13346f8908075d1f35b23317cfcc0f.zip |
Fix a build error when assertions are disabled (#6397)
Add `[[maybe_unused]]` to variables that are only used in assertions. In builds
without assertions enabled, these were causing compiler errors about unused
variables.
Diffstat (limited to 'src/shell-interface.h')
0 files changed, 0 insertions, 0 deletions