Fixing loads of msvc warnings (mainly size_t vs int issues).
This commit is contained in:
@@ -51,7 +51,7 @@ struct IrcContext {
|
||||
string channelPassword;
|
||||
unsigned renameTries;
|
||||
bool sendingBlocked;
|
||||
unsigned sendCounter;
|
||||
size_t sendCounter;
|
||||
queue<string> sendQueue;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user