diff options
author | Simon Tatham <simon.tatham@arm.com> | 2019-06-11 10:09:12 +0000 |
---|---|---|
committer | Simon Tatham <simon.tatham@arm.com> | 2019-06-11 10:09:12 +0000 |
commit | 14241378d3cef7425348a547739b7def27137d3e (patch) | |
tree | 3aaade08939ffbdc13a7d9d714f60120b76ac78b /llvm/lib/Object/WindowsResource.cpp | |
parent | ffb3c72a746a610bbd5bbf8640637cfeee5696d5 (diff) | |
download | llvm-14241378d3cef7425348a547739b7def27137d3e.zip llvm-14241378d3cef7425348a547739b7def27137d3e.tar.gz llvm-14241378d3cef7425348a547739b7def27137d3e.tar.bz2 |
[ARM] Fix unused-variable warning in rL363039.
The variable `OffsetMask` is currently only used in an assertion, so
if assertions are compiled out and -Werror is enabled, it becomes a
build failure.
llvm-svn: 363043
Diffstat (limited to 'llvm/lib/Object/WindowsResource.cpp')
0 files changed, 0 insertions, 0 deletions