[ovs-build] Passed: openvswitch/ovs#7037 (master - 4c1e8cb)

Travis CI builds at travis-ci.org
Wed Sep 26 21:11:29 UTC 2018


Build Update for openvswitch/ovs
-------------------------------------

Build: #7037
Status: Passed

Duration: 47 mins and 5 secs
Commit: 4c1e8cb (master)
Author: Ben Pfaff
Message: acinclude.m4: Really check whether GCC support -Wno-null-pointer-arithmetic.

I've noticed recently an annoying quantity of error messages like the
following in builds in various places:

    gcc: error: unrecognized command line option ‘-Wunknown-warning-option’

This didn't really make sense because OVS checks whether the compiler
supports warning options before it uses them.  Looking closer, the GCC
manual has a note that explains the issue:

     When an unrecognized warning option is requested (e.g.,
    '-Wunknown-warning'), GCC emits a diagnostic stating that the
    option is not recognized.  However, if the '-Wno-' form is used,
    the behavior is slightly different: no diagnostic is produced for
    '-Wno-unknown-warning' unless other diagnostics are being
    produced.  This allows the use of new '-Wno-' options with old
    compilers, but if something goes wrong, the compiler warns that
    an unrecognized option is present.

Thus, we can properly check only for the *positive* version of a warning
option, so this commit makes the OVS tests do that.

Fixes: a7021b08b0d5 ("configure: Disable -Wnull-pointer-arithmetic Clang warning.")
Signed-off-by: Ben Pfaff <blp at ovn.org>
Acked-by: Aaron Conole <aconole at redhat.com>

View the changeset: https://github.com/openvswitch/ovs/compare/8821b212df54...4c1e8cb9423d

View the full build log and details: https://travis-ci.org/openvswitch/ovs/builds/433732041?utm_medium=notification&utm_source=email

--

You can unsubscribe from build emails from the openvswitch/ovs repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=2143550&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email.
Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openvswitch.org/pipermail/ovs-build/attachments/20180926/a2292d58/attachment.html>


More information about the build mailing list