diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2007-11-03 16:50:02 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2007-11-03 16:50:02 (GMT) |
commit | c27953b62f942bd24d3f1c6b18adadacdb9e3df9 (patch) | |
tree | 4398f1631bdfc2967791107fdded6bbc979f3539 /Source/QtDialog/QCMake.h | |
parent | efbce2580b3b71f19f25c82ebc521e3717f5f64d (diff) | |
download | CMake-c27953b62f942bd24d3f1c6b18adadacdb9e3df9.zip CMake-c27953b62f942bd24d3f1c6b18adadacdb9e3df9.tar.gz CMake-c27953b62f942bd24d3f1c6b18adadacdb9e3df9.tar.bz2 |
ENH: remove qt warnings from qt with MS compiler
Diffstat (limited to 'Source/QtDialog/QCMake.h')
-rw-r--r-- | Source/QtDialog/QCMake.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/QtDialog/QCMake.h b/Source/QtDialog/QCMake.h index 38d94e6..b9abf18 100644 --- a/Source/QtDialog/QCMake.h +++ b/Source/QtDialog/QCMake.h @@ -17,6 +17,10 @@ #ifndef __QCMake_h #define __QCMake_h +#ifdef _MSC_VER +#pragma warning ( disable : 4127 ) +#pragma warning ( disable : 4512 ) +#endif #include <QObject> #include <QString> |