OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_1-364-g6218690

Gerrit Code Review gerrit@openafs.org
Mon, 24 Jun 2024 17:57:02 -0400


The following commit has been merged in the master branch:
commit 6218690883a2b92a84f369770fab487a75b7deeb
Author: Mark Vitale <mvitale@sinenomine.net>
Date:   Fri Mar 17 10:42:41 2023 -0400

    tests: Specify unsigned char arrays in vos-t uuid tests
    
    In order to eliminate the following warnings:
    
      warning: initializer does not fit or is out of range: ...
    
    change the test uuids to unsigned chars.
    
    Change-Id: Ic75d4d8d292b309a25713979935f8e82985590b6
    Reviewed-on: https://gerrit.openafs.org/15355
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
    Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>

 tests/volser/vos-t.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
OpenAFS Master Repository