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

qmldesigner turns -Werror on by default

XMLWordPrintable

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

      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.

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes