[SSSD] [PATCH] Clean up warnings in dhash tests

Sumit Bose sbose at redhat.com
Thu Oct 29 18:49:02 UTC 2009


On Thu, Oct 29, 2009 at 01:43:06PM -0400, Stephen Gallagher wrote:
> Original warnings:
> 
> ../../../common/dhash/dhash_test.c: In function ‘main’:
> ../../../common/dhash/dhash_test.c:288: warning: declaration of ‘i’
> shadows a previous local
> ../../../common/dhash/dhash_test.c:115: warning: shadowed declaration is
> here
> ../../../common/dhash/dhash_test.c:312: warning: declaration of ‘i’
> shadows a previous local
> ../../../common/dhash/dhash_test.c:115: warning: shadowed declaration is
> here
> ../../../common/dhash/dhash_test.c:332: warning: declaration of ‘i’
> shadows a previous local
> ../../../common/dhash/dhash_test.c:115: warning: shadowed declaration is
> here
> ../../../common/dhash/dhash_example.c: In function ‘main’:
> ../../../common/dhash/dhash_example.c:44: warning: passing argument 2 of
> ‘new_data’ discards qualifiers from pointer target type
> ../../../common/dhash/dhash_example.c:28: note: expected ‘char *’ but
> argument is of type ‘const char *’
> ../../../common/dhash/dhash_example.c:55: warning: assignment discards
> qualifiers from pointer target type
> ../../../common/dhash/dhash_example.c:76: warning: assignment discards
> qualifiers from pointer target type
> ../../../common/dhash/dhash_example.c:94: warning: declaration of
> ‘my_data’ shadows a previous local
> ../../../common/dhash/dhash_example.c:44: warning: shadowed declaration
> is here
> ../../../common/dhash/dhash_example.c:105: warning: assignment discards
> qualifiers from pointer target type
> 
> -- 
> Stephen Gallagher
> RHCE 804006346421761
> 
> Delivering value year after year.
> Red Hat ranks #1 in value among software vendors.
> http://www.redhat.com/promo/vendor/

warnings are gone and dhash_example still works,

ACK

Maybe we should wait for a comment from John before pushing it?

bye,
Sumit



More information about the sssd-devel mailing list