Re: [ovs-dev] [PATCH 2/3] Add BUILD_MESSAGE() macro

2014-08-29 Thread Jarno Rajahalme
Oops, seems there was no tomorrow! Pushed, both patches, finally. Sorry for the delay :-) Jarno On Aug 12, 2014, at 6:01 PM, Jarno Rajahalme wrote: > Will do, tomorrow :-) > > Jarno > >> On Aug 12, 2014, at 1:58 PM, Ben Pfaff wrote: >> >> I'm happy enough with these patches. Jarno, do

Re: [ovs-dev] [PATCH 2/3] Add BUILD_MESSAGE() macro

2014-08-12 Thread Jarno Rajahalme
Will do, tomorrow :-) Jarno > On Aug 12, 2014, at 1:58 PM, Ben Pfaff wrote: > > I'm happy enough with these patches. Jarno, do you want to apply > them? > >> On Fri, Aug 08, 2014 at 09:13:42AM -0700, Jarno Rajahalme wrote: >> Acked-by: Jarno Rajahalme >> >> Sent from my iPhone >> >>> On

Re: [ovs-dev] [PATCH 2/3] Add BUILD_MESSAGE() macro

2014-08-12 Thread Ben Pfaff
I'm happy enough with these patches. Jarno, do you want to apply them? On Fri, Aug 08, 2014 at 09:13:42AM -0700, Jarno Rajahalme wrote: > Acked-by: Jarno Rajahalme > > Sent from my iPhone > > > On Aug 7, 2014, at 6:15 PM, Daniele Di Proietto > > wrote: > > > > This commit introduces the BUI

Re: [ovs-dev] [PATCH 2/3] Add BUILD_MESSAGE() macro

2014-08-08 Thread Jarno Rajahalme
Acked-by: Jarno Rajahalme Sent from my iPhone > On Aug 7, 2014, at 6:15 PM, Daniele Di Proietto > wrote: > > This commit introduces the BUILD_MESSAGE() macro. It uses _Pragma("message"), > with compilers that support that, to output a warning-like compile-time > message > without blocking th

[ovs-dev] [PATCH 2/3] Add BUILD_MESSAGE() macro

2014-08-07 Thread Daniele Di Proietto
This commit introduces the BUILD_MESSAGE() macro. It uses _Pragma("message"), with compilers that support that, to output a warning-like compile-time message without blocking the compilation. Used by next commit. Signed-off-by: Daniele Di Proietto --- configure.ac | 1 + lib/compiler.h