Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-61587

Qt 5.9 iOS Release Build unwanted GCC_WARN_64_TO_32_BIT_CONVERSION

    XMLWordPrintable

Details

    • Bug
    • Resolution: Incomplete
    • P3: Somewhat important
    • None
    • 5.9.0
    • None
    • macOS 10.12.5

      Xcode 8.3.3

      iOS 10.3.2

      Qt 5.9

      Qt Creator 4.3
    • iOS/tvOS/watchOS

    Description

      Debug Builds are ok

      Release Builds gives me thousands of warnings (see attached screenshot)

      In Xcode I can manually disable the warnings, but next time Qt is building a release they're back

      thx jakepetroules I found a way to suppress these warnings:

      ios {
      ...
          disable_warning.name = GCC_WARN_64_TO_32_BIT_CONVERSION
          disable_warning.value = NO
          QMAKE_MAC_XCODE_SETTINGS += disable_warning
      ...
      }
      

       under 5.8 / Xcode 8.2 I never had this problem

       

      Attachments

        1. ios-release-issues.png
          ios-release-issues.png
          481 kB
        2. warnings.png
          warnings.png
          1.13 MB
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            shausman Simon Hausmann
            ekkescorner Ekkehard
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes