From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Date: Mon, 29 Mar 2010 07:42:49 -0500 Subject: [U-Boot] [PATCH v2] jffs2, suen3: Fix compiler warning In-Reply-To: <4BAA041A.3000006@invitel.hu> References: <4BA9AD21.6020601@denx.de> <20100324120407.7C3D24C022@gemini.denx.de> <4BAA041A.3000006@invitel.hu> Message-ID: <4BB0A049.70603@windriver.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Heiko Schocher wrote: > $ ./MAKEALL suen3 > jffs2_1pass.c: In function 'get_fl_mem': > jffs2_1pass.c:399: warning: unused variable 'id' > jffs2_1pass.c: In function 'get_node_mem': > jffs2_1pass.c:423: warning: unused variable 'id' > > Signed-off-by: Heiko Schocher This change does silence these warning with no added regressions. Tested-by: Tom Tom