1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-23 08:13:27 +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 // packet size based on rate
#ifdef _MSC_VER #ifdef _MSC_VER
#pragma warning() #pragma message("WARNING: implement this in libtransmission")
#pragma message(implement this in libtransmission)
#else #else
#warning implement this in libtransmission #warning implement this in libtransmission
#endif #endif