1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-22 15:54:57 +00:00

Emit warning from uTP config in a more friendly way

This commit is contained in:
Mike Gelfand 2015-04-23 20:20:21 +00:00
parent cd8ed4ff10
commit 742c89b3b7

View file

@ -6,8 +6,7 @@
// packet size based on rate
#ifdef _MSC_VER
#pragma warning()
#pragma message(implement this in libtransmission)
#pragma message("WARNING: implement this in libtransmission")
#else
#warning implement this in libtransmission
#endif