mirror of
				https://github.com/pocoproject/poco.git
				synced 2025-10-27 11:06:50 +01:00 
			
		
		
		
	eliminate VS implicit conversion warnings
This commit is contained in:
		| @@ -54,7 +54,7 @@ namespace | ||||
| 				int n; | ||||
| 				do | ||||
| 				{ | ||||
| 					n = ws.receiveFrame(pBuffer.get(), _bufSize, flags); | ||||
| 					n = ws.receiveFrame(pBuffer.get(), static_cast<int>(_bufSize), flags); | ||||
| 					if (n == 0) | ||||
| 						break; | ||||
| 					ws.sendFrame(pBuffer.get(), n, flags); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Alex Fabijanic
					Alex Fabijanic