Re: [AArch64/AArch64-4.7] Fix warning - No previous prototype for aarch64_init_simd_builtins.

2013-02-28 Thread Marcus Shawcroft
OK On 28 February 2013 09:34, James Greenhalgh wrote: > > Hi, > > aarch64_init_simd_buitlins is not declared with a prototype, but it > doesn't need one as it should be declared static. > > This patch fixes the warning: > > config/aarch64/aarch64-builtins.c:314:1: warning: no previous prototype f

[AArch64/AArch64-4.7] Fix warning - No previous prototype for aarch64_init_simd_builtins.

2013-02-28 Thread James Greenhalgh
Hi, aarch64_init_simd_buitlins is not declared with a prototype, but it doesn't need one as it should be declared static. This patch fixes the warning: config/aarch64/aarch64-builtins.c:314:1: warning: no previous prototype for ‘aarch64_init_simd_builtins’ [-Wmissing-prototypes] Which is hidd