Silence -Wall warnings.

This commit is contained in:
2020-08-23 19:19:12 +02:00
parent 651ccba932
commit 51a8cc8bdf
2 changed files with 1 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ int CNSocketEncryption::decryptData(uint8_t* buffer, uint8_t* key, int size) {
// ========================================================[[ CNPacketData ]]========================================================
CNPacketData::CNPacketData(void* b, uint32_t t, int l): buf(b), type(t), size(l) {}
CNPacketData::CNPacketData(void* b, uint32_t t, int l): buf(b), size(l), type(t) {}
// ========================================================[[ CNSocket ]]========================================================