On Wed, May 14, 2014 at 11:23:50AM -0700, Ben Pfaff wrote: > On Tue, May 13, 2014 at 09:03:20AM -0700, Gurucharan Shetty wrote: > > The default behavior for programs is to display a popup > > after an assert/abort etc. This is not an ideal behavior because > > this needs user intervention. > > > > set_program_name, though not an ideal place to disable this, is > > a useful place because it is called by all programs including > > unit test binaries. > > > > Signed-off-by: Gurucharan Shetty <gshe...@nicira.com> > > Won't this break every non-Windows build?
Oh, I see, it's within an #ifdef _WIN32 but that didn't show up in the patch context. Acked-by: Ben Pfaff <b...@nicira.com> _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev