mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
fix a compiler warning in kcmdlineargs test
This commit is contained in:
parent
7e68dd7036
commit
ee64ff0cd5
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ main(int argc, char *argv[])
|
|||
|
||||
args->clear(); // Free up memory.
|
||||
|
||||
|
||||
Q_UNUSED(ok);
|
||||
// return app.exec();
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue