[codec] [Patch] Fix signal shadow warnings

Ralph Giles <giles@thaumas.net> Wed, 24 August 2011 01:10 UTC

Return-Path: <giles@thaumas.net>
X-Original-To: codec@ietfa.amsl.com
Delivered-To: codec@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id E04BE21F8B9B for <codec@ietfa.amsl.com>; Tue, 23 Aug 2011 18:10:07 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.977
X-Spam-Level:
X-Spam-Status: No, score=-2.977 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, FM_FORGED_GMAIL=0.622, RCVD_IN_DNSWL_LOW=-1]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1g9Nz-33EIkF for <codec@ietfa.amsl.com>; Tue, 23 Aug 2011 18:10:07 -0700 (PDT)
Received: from mail-vx0-f172.google.com (mail-vx0-f172.google.com [209.85.220.172]) by ietfa.amsl.com (Postfix) with ESMTP id DE6B721F8B9C for <codec@ietf.org>; Tue, 23 Aug 2011 18:10:06 -0700 (PDT)
Received: by vxi29 with SMTP id 29so733632vxi.31 for <codec@ietf.org>; Tue, 23 Aug 2011 18:10:50 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.52.175.100 with SMTP id bz4mr4358637vdc.174.1314148249668; Tue, 23 Aug 2011 18:10:49 -0700 (PDT)
Received: by 10.220.188.5 with HTTP; Tue, 23 Aug 2011 18:10:49 -0700 (PDT)
X-Originating-IP: [60.234.54.74]
Date: Wed, 24 Aug 2011 13:10:49 +1200
Message-ID: <CAEW_RkuG3y=eJhzRC0Sgkt5O4Ui=SptdJubkoncauNqP6UTZJA@mail.gmail.com>
From: Ralph Giles <giles@thaumas.net>
To: codec@ietf.org
Content-Type: multipart/mixed; boundary="bcaec5171e7f9a8b9c04ab35fb7b"
Cc: Jean-Marc Valin <jmspeex@xiph.org>
Subject: [codec] [Patch] Fix signal shadow warnings
X-BeenThere: codec@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: Codec WG <codec.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/codec>, <mailto:codec-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/codec>
List-Post: <mailto:codec@ietf.org>
List-Help: <mailto:codec-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/codec>, <mailto:codec-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 24 Aug 2011 01:10:08 -0000

Jean-Marc and Koen,

Attached is a patch which renames 'signal' to 'frame' in the silk
code. This fixes a shadowed variable warning on MacOS X. Please review
and apply.

Thanks,
 -r