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
1 changed files with 1 additions and 2 deletions

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