mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-28 20:02:00 +03:00
Updated wsrep-API, added -Wconversion to compiler flags, fixed errors.
This commit is contained in:
@ -21,6 +21,7 @@
|
||||
#define WSREP_TRANSACTION_ID_HPP
|
||||
|
||||
#include <iostream>
|
||||
#include <limits>
|
||||
|
||||
namespace wsrep
|
||||
{
|
||||
@ -31,7 +32,7 @@ namespace wsrep
|
||||
|
||||
|
||||
transaction_id()
|
||||
: id_(-1)
|
||||
: id_(std::numeric_limits<type>::max())
|
||||
{ }
|
||||
|
||||
template <typename I>
|
||||
|
Reference in New Issue
Block a user