mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 08:35:31 +00:00
Use correct SuppressWarning annotation to silence the compiler
This commit is contained in:
parent
323b70af5c
commit
9fbd790aad
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ class Z3ReferenceQueue {
|
|||
* Clean all references stored in {@code referenceList},
|
||||
* <b>regardless</b> of whether they are in {@code referenceQueue} or not.
|
||||
*/
|
||||
@SuppressWarnings("empty-statement")
|
||||
@SuppressWarnings("StatementWithEmptyBody")
|
||||
public void forceClear() {
|
||||
// Decrement all reference counters
|
||||
Reference<?> cur = referenceList.next;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue