From 742c89b3b74d3669b47420c31204537c1c181b6f Mon Sep 17 00:00:00 2001 From: Mike Gelfand Date: Thu, 23 Apr 2015 20:20:21 +0000 Subject: [PATCH] Emit warning from uTP config in a more friendly way --- third-party/utp_config.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.40.0