> -----Ursprüngliche Nachricht----- > Von: Development <[email protected]> Im Auftrag von > Thiago Macieira > Gesendet: Mittwoch, 26. August 2020 04:58 > An: [email protected] > Betreff: [Development] Where's the dev headers check and -Werror build? > > https://codereview.qt-project.org/c/qt/qtbase/+/309273 (dev) integrated > without error. But the cherry-pick of the exact same change to 5.15 in > https://codereview.qt-project.org/c/qt/qtbase/+/311495 failed due to - > Werror. > > So where is the dev one?
The commit in dev did actually run headerscheck on the commit, see the log in https://testresults.qt.io/coin/api/results/qt/qtbase/ed4664dfc3b08939ec451a1de608568314025380/LinuxRHEL_7_6x86_64LinuxRHEL_7_6x86_64GCCqtci-linux-RHEL-7.6-x86_64-34a8a7UseLegacyInstructions/1f08413e0479bcc3881893430e643bea52af79e8/build_1598371237/log.txt.gz . Both command lines contain -Werror=float-equal -Werror. Different operating systems / compilers (and different other options) are used though. The Linux configuration with -headerscheck in dev is currently run on RHEL_7_6, while in 5.12 (where the error is , not 5.15) it's openSUSE 42.3. Regards Kai _______________________________________________ Development mailing list [email protected] https://lists.qt-project.org/listinfo/development
