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
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
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
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