Skip to content

Commit

Permalink
Warning police
Browse files Browse the repository at this point in the history
  • Loading branch information
jonjove committed Mar 5, 2019
1 parent 8a987ca commit d5f8996
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/scp/SCPUnitTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ class TestNominationSCP : public SCPDriver
Value const&
getLatestCompositeCandidate(uint64 slotIndex)
{
return {};
static Value const emptyValue{};
return emptyValue;
}
};

Expand Down

8 comments on commit d5f8996

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from MonsieurNicolas
at jonjove@d5f8996

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging jonjove/stellar-core/optimize-load-best-offers = d5f8996 into auto

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

jonjove/stellar-core/optimize-load-best-offers = d5f8996 merged ok, testing candidate = 333301b5

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from MonsieurNicolas
at jonjove@d5f8996

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging jonjove/stellar-core/optimize-load-best-offers = d5f8996 into auto

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

jonjove/stellar-core/optimize-load-best-offers = d5f8996 merged ok, testing candidate = 8d180be

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@latobarita
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 8d180be

Please sign in to comment.