On Mon, 2013-01-28 at 17:51 +0000, Robbie Gemmell wrote: > It wasnt just Windows. I had been meaning to send a mail today saying the > Ubuntu builds on Jenkins were also failing since last week ..and also that > the original commit didnt seem like a NO-JIRA.
I didn't JIRA it because it was a refactor, so no externally visible changes to document. I can JIRA refactors in the future if that's what people want. > > Robbie > > On 28 January 2013 14:50, <[email protected]> wrote: > > > Author: aconway > > Date: Mon Jan 28 14:50:07 2013 > > New Revision: 1439431 > > > > URL: http://svn.apache.org/viewvc?rev=1439431&view=rev > > Log: > > NO-JIRA: Fix build error in windows build > > > > Modified: > > qpid/trunk/qpid/cpp/src/qpid/ha/Backup.cpp > > > > Modified: qpid/trunk/qpid/cpp/src/qpid/ha/Backup.cpp > > URL: > > http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/qpid/ha/Backup.cpp?rev=1439431&r1=1439430&r2=1439431&view=diff > > > > ============================================================================== > > --- qpid/trunk/qpid/cpp/src/qpid/ha/Backup.cpp (original) > > +++ qpid/trunk/qpid/cpp/src/qpid/ha/Backup.cpp Mon Jan 28 14:50:07 2013 > > @@ -132,6 +132,7 @@ Role* Backup::promote() { > > default: > > assert(0); // Not a valid state for the Backup role.. > > } > > + return 0; // Keep compiler happy > > } > > > > Backup::~Backup() { > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
