git: lib/libdmsg: Fix compile-time warning on Linux

Tomohiro Kusumi tkusumi at crater.dragonflybsd.org
Tue Jul 3 21:54:12 PDT 2018


commit cb4d9e67d8500c4eabf5acd24f0631778ec69f09
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date:   Tue Jul 3 21:39:34 2018 -0700

    lib/libdmsg: Fix compile-time warning on Linux
    
    warning: pointer targets in passing argument 2 of 'crypto_algos[0].init' differ in signedness
    note: expected 'char *' but argument is of type 'uint8_t *'

Summary of changes:
 lib/libdmsg/crypto.c | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/cb4d9e67d8500c4eabf5acd24f0631778ec69f09


-- 
DragonFly BSD source repository



More information about the Commits mailing list