Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-7793

Fix valid warnings given at warning level 4 or add #pragma to silence them

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • P4: Low
    • None
    • 4.6.1
    • Other
    • None
    • Windows, MSVC

    Description

      Fix valid warnings given at warning level 4 or add #pragma to silence them. When building with MSVC 2005 and -W4 there are some warnings that appear which are actually silenced in other places or may be valid ones. For example qstringbuilder.h warns about not being able to provide an assignment operator by default for the class.

      There are also cases where the "conditional expression is constant " being warned, so a general compile with -W4 so the valid ones can be resolved would be a good idea.

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              sorvig Morten Sørvig
              andysh Andy Shaw
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes