From 7860e7a24986fc2759737cf52337c8cfab0d933e Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Thu, 16 Jan 2003 18:24:25 +0000 Subject: [PATCH] Updated. committer: mfx 1042741465 +0000 --- src/tailor.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/tailor.h b/src/tailor.h index d81fa6e9..f4da1391 100644 --- a/src/tailor.h +++ b/src/tailor.h @@ -172,10 +172,15 @@ # define HAVE_UTIME 1 # define HAVE_VSNPRINTF 1 # define vsnprintf _vsnprintf -# else +# elif defined(__linux__) +# pragma warning(error: 424) // #424: extra ";" ignored +# pragma warning(disable: 193) // #193: zero used for undefined preprocessing identifier + # pragma warning(disable: 810) // #810: conversion from "A" to "B" may lose significant bits # pragma warning(disable: 981) // #981: operands are evaluated in unspecified order # pragma warning(disable: 1418) // #1418: external definition with no prior declaration +# else +# error "untested platform" # endif #elif defined(_MSC_VER) # if (_MSC_VER < 1100)