git: kern: Fix [-Werror=logical-not-parenthesis]
John Marino
marino at crater.dragonflybsd.org
Tue Feb 10 18:02:50 PST 2015
commit eecf6c3c3b6f7127edd8b8f8c2a83e2f882ed0da
Author: John Marino <draco at marino.st>
Date: Wed Feb 11 02:48:43 2015 +0100
kern: Fix [-Werror=logical-not-parenthesis]
Since the whole point of this error is that logic order can be
ambiguous, I'm not 100% sure confident in these fixes, but they are
required to get the kernel to build with gcc 5.0.
Summary of changes:
sys/dev/drm/i915/i915_gem_tiling.c | 2 +-
sys/dev/drm/i915/intel_display.c | 2 +-
sys/dev/netif/ix/ixgbe_common.c | 4 ++--
sys/netinet6/in6.c | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/eecf6c3c3b6f7127edd8b8f8c2a83e2f882ed0da
--
DragonFly BSD source repository
More information about the Commits
mailing list