# | Line 6 | Line 6 | |
---|---|---|
6 | ||
7 | #include "Binary.hpp" | |
8 | ||
9 | + | #ifdef _WIN32 |
10 | + | #pragma warning(disable:4267) |
11 | + | #endif |
12 | + | |
13 | Binary::Binary(const ext::String& string, bool signed_) : bytes(string.GetSize() / 8, 0) | |
14 | { | |
15 | if (string.IsEmpty()) |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |