forked from qt-creator/qt-creator
Debugger: Avoid a warning in a manual test
Change-Id: I54b34434384e0decde28a4f7e1decdd51b8871c1 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -9,6 +9,7 @@ public:
|
|||||||
Something() {
|
Something() {
|
||||||
int i = 0;
|
int i = 0;
|
||||||
++i;
|
++i;
|
||||||
|
Q_UNUSED(i)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user