Fix signed-unsigned comparisons and mark warning as error (part 2).
This commit is contained in:
+1
-1
@@ -464,7 +464,7 @@ logs::file_writer::file_writer(const std::string& name)
|
||||
|
||||
if (!flush(bufv))
|
||||
{
|
||||
if (m_out == -1)
|
||||
if (m_out == umax)
|
||||
{
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user