| commit | 3aa83f72caacd56c78097562bc01f46d7e8a181a | [log] [tgz] |
|---|---|---|
| author | Jeff Mahoney <jeffm@suse.com> | Thu Oct 11 13:19:41 2012 -0400 |
| committer | Jeff Mahoney <jeffm@suse.com> | Thu Oct 11 15:57:25 2012 -0400 |
| tree | bd110967340dc482aea99b5578aaa53dbb09c15c | |
| parent | 0edf890eec424562473eca4b62d5bbb4dbd7720d [diff] |
reiserfsprogs: fix unsigned char with strlen/strcmp/strncpy warnings This patch fixes a bunch of the following warnings: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] warning: pointer targets in passing argument 1 of ‘__builtin_strncpy’ differ in signedness [-Wpointer-sign] warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness [-Wpointer-sign] Signed-off-by: Jeff Mahoney <jeffm@suse.com>