git: kernel: Fix two more -Wcast-qual warnings reported by clang.
Sascha Wildner
swildner at crater.dragonflybsd.org
Thu Oct 22 10:56:50 PDT 2020
commit e457fc966f57dbb6fd9bd18fb87413682449fb48
Author: Sascha Wildner <saw at online.de>
Date: Thu Oct 22 19:56:14 2020 +0200
kernel: Fix two more -Wcast-qual warnings reported by clang.
Use __DECONST() in another case that I had fixed in cebef8bba30e3313d8f2
with a (void *) cast.
Summary of changes:
sys/dev/netif/dc/if_dc.c | 2 +-
sys/vfs/isofs/cd9660/cd9660_util.c | 5 +++--
2 files changed, 4 insertions(+), 3 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e457fc966f57dbb6fd9bd18fb87413682449fb48
--
DragonFly BSD source repository
More information about the Commits
mailing list