On quinta-feira, 3 de março de 2016 10:51:40 PST Roland Winklmeier wrote: > No matter if I download the source from download.qt.io or clone from git > and run the normal build as configured in CI, I get the build error. I'm > not changing any flags. So my and CI configuration should be exactly the > same and either both pass or fail. But CI passes and the build of several > people locally fail. I wonder how thats possible.
Can you give us the command-line of the compilation that failed? Like I said, -Werror=undef is not supposed to be enabled by default, unless you turn headersclean on. And that's not the default. Note that -developer-build turns it on. But if you use that option, you say "I will fix bugs I find too". -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
