Commit d7894b22 authored by Stefan Westerfeld's avatar Stefan Westerfeld

Fix compiler warning in Random.

Signed-off-by: Stefan Westerfeld's avatarStefan Westerfeld <stefan@space.twc.de>
parent d710eac5
......@@ -42,6 +42,7 @@ uint64_from_buffer (unsigned char *buffer)
+ buffer[7];
}
#if 0 /* debugging only */
static void
print (const string& label, const vector<unsigned char>& data)
{
......@@ -50,6 +51,7 @@ print (const string& label, const vector<unsigned char>& data)
printf ("%02x ", ch);
printf ("\n");
}
#endif
Random::Random (uint64_t seed, Stream stream)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment