From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Thu, 05 Sep 2013 20:55:09 +0800 Subject: [U-Boot] [PATCH] nios2: change size_t to fix format warning for gcc 4.7.3 In-Reply-To: <5225540A.6070904@wytron.com.tw> References: <1378175915-28288-1-git-send-email-thomas@wytron.com.tw> <5225540A.6070904@wytron.com.tw> Message-ID: <52287F2D.70400@wytron.com.tw> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de I have checked with Altera. This is a toolchain change. We will keep this and follow mostly the types in linux-2.6/include/uapi/asm-generic/posix_types.h . - Thomas