summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativedebugjs
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2012-02-07 10:24:49 +0100
committerAndrew den Exter <andrew.den-exter@nokia.com>2012-02-08 00:57:50 +0100
commit504a6deeef537e918fa14de52b72b53c42a11a28 (patch)
tree082eeab911c72aacced5f707865e2b55e1ad74c1 /tests/auto/declarative/qdeclarativedebugjs
parentfd605735233bce061a5c541d7bd36c77fd588b99 (diff)
QtQuick1: Fix warnings of gcc 4.6
- Fix warnings. - Remove duplicate entries from profile. Change-Id: I7b4a3cd71ec7d1c11b3530c95f57fef3a3041b16 Reviewed-by: Andrew den Exter <andrew.den-exter@nokia.com>
Diffstat (limited to 'tests/auto/declarative/qdeclarativedebugjs')
-rw-r--r--tests/auto/declarative/qdeclarativedebugjs/app/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qdeclarativedebugjs/app/main.cpp b/tests/auto/declarative/qdeclarativedebugjs/app/main.cpp
index 733394c6..50bd5d7b 100644
--- a/tests/auto/declarative/qdeclarativedebugjs/app/main.cpp
+++ b/tests/auto/declarative/qdeclarativedebugjs/app/main.cpp
@@ -61,7 +61,7 @@ int main(int argc, char *argv[])
}
QObject *obj = component.create();
-
+ Q_UNUSED(obj)
// printf("%u\n", QDeclarativeDebugService::idForObject(obj));
// fflush(stdout);