Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-29238

qmldesigner turns -Werror on by default

    XMLWordPrintable

Details

    • ff2a14917 (qds/dev), 94a704bb8 (11.0), d1649b060 (11.0)

    Description

      In src/plugins/qmldesigner/CMakeLists.txt

      extend_qtc_library(QmlDesignerUtils
          CONDITION NOT DISABLE_COMPILE_WARNING_AS_ERROR
          PROPERTIES COMPILE_WARNING_AS_ERROR ON
      )
      

      That turns -Werror on by default, which is a big no-no. Never do that. Turning Werror on must be an explicit action by the user who is compiling the software in question.

      Attachments

        Issue Links

          For Gerrit Dashboard: QTCREATORBUG-29238
          # Subject Branch Project Status CR V

          Activity

            People

              bubke Marco Bubke
              thiago Thiago Macieira
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes