From: Michihiro NAKAJIMA Date: Thu, 17 Dec 2009 12:59:52 +0000 (-0500) Subject: Remove an unneeded pragma that disable signed/unsigned mismatch warning. X-Git-Tag: v2.8.0~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebfbe117a633329120139421e30ed6c078c45f0a;p=thirdparty%2Flibarchive.git Remove an unneeded pragma that disable signed/unsigned mismatch warning. SVN-Revision: 1759 --- diff --git a/libarchive/archive_windows.h b/libarchive/archive_windows.h index acb48d91d..c4c2a420b 100644 --- a/libarchive/archive_windows.h +++ b/libarchive/archive_windows.h @@ -79,7 +79,6 @@ #if defined(_MSC_VER) /* TODO: Fix the code, don't suppress the warnings. */ #pragma warning(disable:4244) /* 'conversion' conversion from 'type1' to 'type2', possible loss of data */ -#pragma warning(default: 4365) /* 'action':conversion from 'type_1' to 'type_2', signed/unsigned mismatch */ #endif #ifndef NULL