From: Mike Gelfand Date: Thu, 23 Apr 2015 20:20:21 +0000 (+0000) Subject: Emit warning from uTP config in a more friendly way X-Git-Tag: 2.90~180 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=742c89b3b74d3669b47420c31204537c1c181b6f;p=transmission Emit warning from uTP config in a more friendly way --- diff --git a/third-party/utp_config.h b/third-party/utp_config.h index aae76af2d..53b147822 100644 --- a/third-party/utp_config.h +++ b/third-party/utp_config.h @@ -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