diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2010-09-01 14:22:08 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2010-09-01 17:09:08 (GMT) |
commit | fff9f6d6f74aa92d0bc4adf3a80a25b1b662458d (patch) | |
tree | cd9736d600c9a8606ed40493c33c825a1d0f3f30 /Source/QtDialog/QCMake.h | |
parent | 786e2695cb68402d44357002b438c95229c4fb19 (diff) | |
download | CMake-fff9f6d6f74aa92d0bc4adf3a80a25b1b662458d.zip CMake-fff9f6d6f74aa92d0bc4adf3a80a25b1b662458d.tar.gz CMake-fff9f6d6f74aa92d0bc4adf3a80a25b1b662458d.tar.bz2 |
Rename flags again and use variablewatch for cli
Diffstat (limited to 'Source/QtDialog/QCMake.h')
-rw-r--r-- | Source/QtDialog/QCMake.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/QtDialog/QCMake.h b/Source/QtDialog/QCMake.h index 6056a8c..0d10823 100644 --- a/Source/QtDialog/QCMake.h +++ b/Source/QtDialog/QCMake.h @@ -92,8 +92,6 @@ public slots: void setWarnUninitializedMode(bool value); /// set whether to run cmake with warnings about unused variables void setWarnUnusedMode(bool value); - /// set whether to run cmake with warnings about all unused variables - void setWarnUnusedAllMode(bool value); public: /// get the list of cache properties |