forked from OSchip/llvm-project
[debuginfo-test] Fix -Wunused-value
This commit is contained in:
parent
a855c9403f
commit
25bf4a8f42
|
@ -59,8 +59,8 @@ int main() {
|
|||
// Reference symbols that might otherwise be stripped.
|
||||
ArrayRef[0];
|
||||
MutableArrayRef[0];
|
||||
!ExpectedValue;
|
||||
!ExpectedError;
|
||||
(void)!ExpectedValue;
|
||||
(void)!ExpectedError;
|
||||
*OptionalValue;
|
||||
*OptionalNone;
|
||||
return 0;
|
||||
|
|
Loading…
Reference in New Issue