Commit Graph

4 Commits

Author SHA1 Message Date
Jamie Dale
42afb69ede Compiler fixes for VS2010.
This fixes some errors caused by Windows defining things like min and max, as well as a number of warnings about type conversion, unused parameters, inability to generate assignment operators, and constant conditions.

All type conversions were assumed to be intentional, and static_casts have been added to remove the compiler warnings.

The server code should now build cleanly with level 4 warnings enabled (as used in my project), and the client code should build cleanly with level 3 warnings enabled (as used by the WebSocket++ projects).
2012-04-12 19:31:12 +01:00
Peter Thorson
c2cbe7110d newlines at end of all files #references #72 2012-02-20 06:41:09 -06:00
Peter Thorson
b1563cb65f fixed 64 bit to 32 bit variable size mismatch warning in base64 encoder 2011-10-01 07:04:52 -05:00
Peter Thorson
fa73c478e9 initial commit 2011-09-07 20:27:29 -05:00