On 04/29/2013 05:30:54 PM, Yann E. MORIN wrote:
Rob, All,
On Mon, Apr 29, 2013 at 04:54:14PM -0500, Rob Landley wrote:
> On 04/29/2013 02:28:07 PM, Randy Dunlap wrote:
> >On 04/29/13 10:59, Yann E. MORIN wrote:
> >> From: "Yann E. MORIN"
> >>
> >> The C++ compiler is more strict in that it refu
Rob, All,
On Mon, Apr 29, 2013 at 04:54:14PM -0500, Rob Landley wrote:
> On 04/29/2013 02:28:07 PM, Randy Dunlap wrote:
> >On 04/29/13 10:59, Yann E. MORIN wrote:
> >> From: "Yann E. MORIN"
> >>
> >> The C++ compiler is more strict in that it refuses to assign
> >> a void* to a struct list_head*.
On 04/29/2013 02:28:07 PM, Randy Dunlap wrote:
On 04/29/13 10:59, Yann E. MORIN wrote:
> From: "Yann E. MORIN"
>
> The C++ compiler is more strict in that it refuses to assign
> a void* to a struct list_head*.
Given that the code _isn't_ C++ (because C is not a subset of C++ but a
separate l
On 04/29/13 10:59, Yann E. MORIN wrote:
> From: "Yann E. MORIN"
>
> The C++ compiler is more strict in that it refuses to assign
> a void* to a struct list_head*.
>
> Fix that by explicitly casting the poisonning constants.
>
> (Tested with all 5 frontends, now.)
>
> Reported-by: Randy Dunlap
From: "Yann E. MORIN"
The C++ compiler is more strict in that it refuses to assign
a void* to a struct list_head*.
Fix that by explicitly casting the poisonning constants.
(Tested with all 5 frontends, now.)
Reported-by: Randy Dunlap
Signed-off-by: "Yann E. MORIN"
Cc: Randy Dunlap
Cc: Benja
5 matches
Mail list logo