git: kernel: Disable attributes that take no effect.

Rimvydas Jasinskas zrj at crater.dragonflybsd.org
Sun Jan 21 11:06:49 PST 2018


commit 191430ddf0486f992e75ff14effbb5a69e1da2bd
Author: zrj <rimvydas.jasinskas at gmail.com>
Date:   Sun Jan 21 14:46:14 2018 +0200

    kernel: Disable attributes that take no effect.
    
    Both gcc50 and gcc80 ignore these attributes:
    warning: ignoring attribute 'aligned' because it conflicts with attribute 'packed' [-Wattributes]
    No differences for final objects.

Summary of changes:
 sys/bus/u4b/usb_hub.h                 | 4 ++--
 sys/dev/virtual/virtio/net/if_vtnet.c | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/191430ddf0486f992e75ff14effbb5a69e1da2bd


-- 
DragonFly BSD source repository



More information about the Commits mailing list