diff options
author | Conrad Meyer <cem@FreeBSD.org> | 2018-12-29 06:51:10 +0000 |
---|---|---|
committer | Conrad Meyer <cem@FreeBSD.org> | 2018-12-29 06:51:10 +0000 |
commit | af73257b093737838d6086890c91f6ec13291ea7 (patch) | |
tree | 2a77a57a2955d56119af575c220abba2c7e4fd30 /programs/platform.h | |
parent | 706cfae467a217cc786fd96a72cc2e33c61987e4 (diff) |
Diffstat (limited to 'programs/platform.h')
-rw-r--r-- | programs/platform.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/programs/platform.h b/programs/platform.h index 155ebcd1eb9c8..1a8f97bc4dff0 100644 --- a/programs/platform.h +++ b/programs/platform.h @@ -26,6 +26,7 @@ extern "C" { # define _CRT_SECURE_NO_DEPRECATE /* VS2005 - must be declared before <io.h> and <windows.h> */ # define snprintf sprintf_s /* snprintf unsupported by Visual <= 2013 */ # endif +# pragma warning(disable : 4127) /* disable: C4127: conditional expression is constant */ #endif |