ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/Represent/Binary.cpp
(Generate patch)

Comparing Represent/Binary.cpp (file contents):
Revision 371 by douglas, 2004-12-21T23:19:54-08:00 vs.
Revision 372 by douglas, 2004-12-21T23:53:49-08:00

# 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())

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines