mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-12 12:48:59 +00:00
[Reproducers] Fix warnings without asserts
Make sure the variable is used when asserts are compiled out. llvm-svn: 355464
This commit is contained in:
parent
787fe33434
commit
504be84c9f
@ -261,6 +261,7 @@ public:
|
||||
void HandleReplayResultVoid() {
|
||||
unsigned result = Deserialize<unsigned>();
|
||||
assert(result == 0);
|
||||
(void)result;
|
||||
}
|
||||
|
||||
private:
|
||||
|
Loading…
x
Reference in New Issue
Block a user