On Wed, Nov 11, 2015 at 12:02 AM, Lars Schneider <larsxschneider@xxxxxxxxx> wrote: > > Unfortunately no. All their machines are 64-bit [1] and they have "no immediate plans to add this feature" [2]. > However, we could the following build configuration on a 64-bit machine: > > export CFLAGS="-m32" > export LDFLAGS="-m32" > > I think then we could catch these kind of warnings. Do you see a downside with this approach? I think that should do it. Assuming their 64 bit means x86-64 architecture, we may want to prefer -mx32, such that we can also test it? > > - Lars > > [1] http://docs.travis-ci.com/user/ci-environment/ > [2] https://github.com/travis-ci/travis-ci/issues/986 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html