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:
parent
cd8ed4ff10
commit
742c89b3b7
1 changed files with 1 additions and 2 deletions
3
third-party/utp_config.h
vendored
3
third-party/utp_config.h
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue