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

mingw32-make's warnings are categorized as errors

XMLWordPrintable

    • Windows
    • e8b31d388dcf9d9e89c7bb77d258da9f1d373b11 (qt-creator/qt-creator/master)

      How to reproduce

      Put MAKEFLAGS=L into your environment. Yes, that's actually for nmake, let's just pretend it makes sense.

      Then, build.

      Outcome

      There will be some output from mingw32-make:

      mingw32-make: Symbolic links not supported: disabling -L.
      E:/QtCommercial/Tools/mingw730_64/bin/mingw32-make -f Makefile.Debug
      mingw32-make[1]: Entering directory 'E:/bugreports/QTBUG/build-qtbug72237-Desktop_Qt_5_12_2_MinGW_64_bit-Debug'
      mingw32-make[1]: Nothing to be done for 'first'.
      mingw32-make[1]: Leaving directory 'E:/bugreports/QTBUG/build-qtbug72237-Desktop_Qt_5_12_2_MinGW_64_bit-Debug'
      

      The build succeeds with that additional warning from MinGW.

      mingw32-make: Symbolic links not supported: disabling -L.
      

      This message is categorized as error in the issues pane.

      Consequently, QtC pops up a question message box "There were build errors, you really wanna run?"

      Expectation

      If possible, unimportant warnings like this should not be handled as warnings, not errors.

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

            kandeler Christian Kandeler
            jbornema Joerg Bornemann
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes