The following commit has been merged in the master branch:
commit 9738c82bd6e5a1c294911d06e3c3e38b70a8caa8
Author: Sami Kerola <[email protected]>
Date:   Sun Jun 23 22:08:34 2013 +0100

    opr: fix often reported warning
    
    $ make CC=cgcc CHECK="smatch -Wsparse-all" 2>&1 | tee debug
    $ sed -n 's/.*warning: //p' debug | sort | uniq -c | sort -n | tail -1
       7218 passing argument 1 of 'opr_AssertionFailed' discards 'const' 
qualifier from pointer target type [enabled by default]
    
    Change-Id: I81c5c1db39b1a08c7dda3caa3d4cdf685186ff5b
    Address: http://smatch.sourceforge.net/
    Reviewed-on: http://gerrit.openafs.org/10019
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Benjamin Kaduk <[email protected]>

 src/opr/assert.c |    2 +-
 src/opr/opr.h    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to