Re: pedantic compiler warnings: double semicolons, function to data pointers

2015-05-19 Thread Eric van Gyzen
On 05/19/2015 14:42, Luigi Rizzo wrote: > While trying to compile some of my (kernel) code in different environments, > i noticed a couple of errors that perhaps might be worth fixing > > - extra semicolons. These come either from explicit repetitions in the code > (see the output of a grep at th

Re: pedantic compiler warnings: double semicolons, function to data pointers

2015-05-19 Thread Ian Lepore
On Tue, 2015-05-19 at 11:56 -0700, Adrian Chadd wrote: > On 19 May 2015 at 11:42, Luigi Rizzo wrote: > > While trying to compile some of my (kernel) code in different environments, > > i noticed a couple of errors that perhaps might be worth fixing > > > > - extra semicolons. These come either fro

Re: pedantic compiler warnings: double semicolons, function to data pointers

2015-05-19 Thread Adrian Chadd
On 19 May 2015 at 11:42, Luigi Rizzo wrote: > While trying to compile some of my (kernel) code in different environments, > i noticed a couple of errors that perhaps might be worth fixing > > - extra semicolons. These come either from explicit repetitions in the code > (see the output of a grep