[AArch64/AArch64-4.7] Fix warning - aarch64_simd_make_constant has no prototype.

2013-02-28 Thread James Greenhalgh
Hi, aarch64_simd_make_constant has no prototype, but it doesn't need one as it should be declared static. This patch fixes the warning: config/aarch64/aarch64.c:6574:1: warning: no previous prototype for ‘aarch64_simd_make_constant’ [-Wmissing-prototypes] Which is hidden when building with

Re: [AArch64/AArch64-4.7] Fix warning - aarch64_simd_make_constant has no prototype.

2013-02-28 Thread Marcus Shawcroft
OK On 28 February 2013 09:40, James Greenhalgh james.greenha...@arm.com wrote: Hi, aarch64_simd_make_constant has no prototype, but it doesn't need one as it should be declared static. This patch fixes the warning: config/aarch64/aarch64.c:6574:1: warning: no previous prototype for