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.

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

            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