Re: [PATCH] testsuite: arm: Align function prototype and implementation

2025-01-09 Thread Richard Earnshaw (lists)
On 27/12/2024 08:32, Torbjörn SVENSSON wrote: > Ok for trunk? > > -- > > The implementation of the functions in the test case expects there to be > a few arguments to the helper functions, but the prototype does not have > any arguments at all. Align these to avoid these errors: > > .../pr59858.

Re: [PATCH] testsuite: arm: Align function prototype and implementation

2024-12-27 Thread Sam James
Torbjörn SVENSSON writes: > Ok for trunk? > > -- > > The implementation of the functions in the test case expects there to be > a few arguments to the helper functions, but the prototype does not have > any arguments at all. Align these to avoid these errors: I'd just -std=gnu17 for these (give