Remove disabling of warning 4660 on MSVC

This warning no longer exists since at least MSVC.NET 2003. It's
reported to have existed on MSVC 6 and older only.

Task-number: QTBUG-35815
Change-Id: Ifb35d027edc3c1cbadac9a0d0a9c26524c52c87f
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
bb10
Thiago Macieira 2013-12-24 21:28:30 -02:00 committed by The Qt Project
parent 2c65b78b40
commit 84fd0afacb
1 changed files with 0 additions and 1 deletions

View File

@ -827,7 +827,6 @@ Q_CORE_EXPORT void qFreeAligned(void *ptr);
# pragma warning(disable: 4097) /* typedef-name 'identifier1' used as synonym for class-name 'identifier2' */
# pragma warning(disable: 4706) /* assignment within conditional expression */
# pragma warning(disable: 4786) /* truncating debug info after 255 characters */
# pragma warning(disable: 4660) /* template-class specialization 'identifier' is already instantiated */
# pragma warning(disable: 4355) /* 'this' : used in base member initializer list */
# pragma warning(disable: 4231) /* nonstandard extension used : 'extern' before template explicit instantiation */
# pragma warning(disable: 4710) /* function not inlined */