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

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

      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.

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes