Fix a few harmless uninitialized variables

Origin: https://build.opensuse.org/package/view_file/openSUSE:Factory/w3m/w3m-uninitialized.patch?expand=1
This commit is contained in:
Olaf Hering
2014-12-06 17:18:49 +09:00
committed by Tatsuya Kinoshita
parent a1b70ec952
commit fc754b42ec
4 changed files with 4 additions and 2 deletions

View File

@@ -77,7 +77,7 @@ static longchar
set_longchar(char *str)
{
unsigned char *p = (unsigned char *)str;
longchar r;
longchar r = { };
#ifdef USE_M17N
if (*p & 0x80) {