git: kernel: Fix -Wmaybe-unitialized

John Marino marino at crater.dragonflybsd.org
Tue Feb 10 18:02:51 PST 2015


commit 263191ebee3297268768317a068d408803bf0305
Author: John Marino <draco at marino.st>
Date:   Wed Feb 11 02:51:05 2015 +0100

    kernel: Fix -Wmaybe-unitialized
    
    Likely there was never a bug here, so explicitly initializing won't
    make a difference other than make gcc 5.0 happy.

Summary of changes:
 sys/dev/raid/twe/twe.c | 2 ++
 sys/net/pf/pf.c        | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/263191ebee3297268768317a068d408803bf0305


-- 
DragonFly BSD source repository



More information about the Commits mailing list