diff options
author | kh1 <qt-info@nokia.com> | 2010-02-01 14:32:55 (GMT) |
---|---|---|
committer | kh1 <qt-info@nokia.com> | 2010-02-05 11:05:38 (GMT) |
commit | e47c4f7d842724921b0f4c41e4bf0abed380b0ed (patch) | |
tree | 42c4d4f8a2fd48bc8a7578fa01287a80c6fef7bf /tools | |
parent | fe2611f98fd4167cd4746100f062380cbc72f6bd (diff) | |
download | Qt-e47c4f7d842724921b0f4c41e4bf0abed380b0ed.zip Qt-e47c4f7d842724921b0f4c41e4bf0abed380b0ed.tar.gz Qt-e47c4f7d842724921b0f4c41e4bf0abed380b0ed.tar.bz2 |
Fix some warnings.
Reviewed-by: ck
Diffstat (limited to 'tools')
-rw-r--r-- | tools/assistant/tools/assistant/main.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/assistant/tools/assistant/main.cpp b/tools/assistant/tools/assistant/main.cpp index cc76f81..77e5e7c 100644 --- a/tools/assistant/tools/assistant/main.cpp +++ b/tools/assistant/tools/assistant/main.cpp @@ -243,6 +243,9 @@ bool useGui(int argc, char *argv[]) } } } +#else + Q_UNUSED(argc) + Q_UNUSED(argv) #endif return gui; } |