Re: [Libusbx-devel] Do not use an explicit inline

2012-04-20 Thread Ludovic Rousseau
Le 20 avril 2012 12:31, Pete Batard a écrit : > Just a note to Ludovic: I don't think there's much point in copying the > whole series of compiler warnings in the commit message. Unless there is > really something that we should pay attention to between two warnings, > just a line providing the ge

Re: [Libusbx-devel] Do not use an explicit inline

2012-04-20 Thread Pete Batard
On 2012.04.20 10:37, Hans de Goede wrote: > Makes sense, ack. And one more to the upcoming set. Just a note to Ludovic: I don't think there's much point in copying the whole series of compiler warnings in the commit message. Unless there is really something that we should pay attention to betwe

Re: [Libusbx-devel] Do not use an explicit inline

2012-04-20 Thread Hans de Goede
Makes sense, ack. On 04/20/2012 11:32 AM, Ludovic Rousseau wrote: > Hello, > > The C compiler is much better than us to know when to inline a function or > not. > This also fixes a lot of compiler warnings: > xusb.c:59:19: warning: function ‘perr’ can never be inlined because it > uses variable a

[Libusbx-devel] Do not use an explicit inline

2012-04-20 Thread Ludovic Rousseau
Hello, The C compiler is much better than us to know when to inline a function or not. This also fixes a lot of compiler warnings: xusb.c:59:19: warning: function ‘perr’ can never be inlined because it uses variable argument lists [-Winline] --  Dr. Ludovic Rousseau 0005-Do-not-use-an-explicit