I've fixed the issue with the warnings and have now comitted the patch with a
corrected
ChangeLog entry as revision 200783
Graham
2013/7/4 Chung-Ju Wu :
>> On Wed, 3 Jul 2013, Graham Stott wrote:
>>
>>> Files in the c-family directory are being compiled during stage3 without
>>> -Werror and other warningb flags that are part of WARN_STRICT flags.
>>> Fixing this shows that array_notation_common.c generates unused
>>> variabl
2013/7/3 Joseph S. Myers :
> On Wed, 3 Jul 2013, Graham Stott wrote:
>
>> Files in the c-family directory are being compiled during stage3 without
>> -Werror and other warningb flags that are part of WARN_STRICT flags.
>> Fixing this shows that array_notation_common.c generates unused
>> variable
Hi, Graham,
2013/7/3 Graham Stott :
> All,
>
> Files in the c-family directory are being compiled during stage3 without
> -Werror and
> other warningb flags that are part of WARN_STRICT flags.
>
> Fixing this shows that array_notation_common.c generates unused variable
> warnings
> and will bre
On Wed, 3 Jul 2013, Graham Stott wrote:
> Files in the c-family directory are being compiled during stage3 without
> -Werror and other warningb flags that are part of WARN_STRICT flags.
> Fixing this shows that array_notation_common.c? generates unused
> variable warnings and will break the buil
All,
Files in the c-family directory are being compiled during stage3 without
-Werror and
other warningb flags that are part of WARN_STRICT flags.
Fixing this shows that array_notation_common.c generates unused variable
warnings
and will break the build after the apcth is applied.
Chan