Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jun 2010 22:28:55 +0200
From:      Gabor Kovesdan <gabor@FreeBSD.org>
To:        Alexander Best <alexbestms@uni-muenster.de>
Cc:        freebsd-current@freebsd.org
Subject:   Re: [CFT] BSDL iconv in base system
Message-ID:  <4C17E287.8060703@FreeBSD.org>
In-Reply-To: <AANLkTindxE6I6T2dj6nJNkzkszXH105-d07SsqDsDdXu@mail.gmail.com>
References:  <AANLkTim5bauRKyv2BM_0SkHDNZic-C6J20E0vuYPZRIq@mail.gmail.com>	<4C17BB76.6020702@FreeBSD.org>	<AANLkTinSPmN046knazFOnN_Qy716UtzJgCHvzL3vlWOd@mail.gmail.com> <AANLkTindxE6I6T2dj6nJNkzkszXH105-d07SsqDsDdXu@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help

>
> cc1: warnings being treated as errors
> /usr/src/lib/libiconv_modules/BIG5/../../libc/iconv/citrus_stdenc_template.h:
> In function '_citrus_BIG5_stdenc_cstomb':
> /usr/src/lib/libiconv_modules/BIG5/../../libc/iconv/citrus_stdenc_template.h:138:
> warning: 'ret' may be used uninitialized in this function
>    
Eeh. I'm sorry, I'll look at it tomorrow. For now you can use WERROR="" 
and CWARNFLAGS="" to test, actually it was what I used that's why I 
couldn't catch this. I had the same problem with some code that was not 
mine so I just set it. I don't know why I'm having that, tohugh, I also 
have that with a clean unpatched src tree and I'm not using any CFLAGS 
tweak or such.
If you haven't done make clean yet, you can resume the build with:
make buildworld -DNO_CLEAN WERROR="" CWARNFLAGS=""

-- 
Gabor Kovesdan
FreeBSD Volunteer

EMAIL: gabor@FreeBSD.org .:|:. gabor@kovesdan.org
WEB:   http://people.FreeBSD.org/~gabor .:|:. http://kovesdan.org




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4C17E287.8060703>