From ebfbe117a633329120139421e30ed6c078c45f0a Mon Sep 17 00:00:00 2001 From: Michihiro NAKAJIMA Date: Thu, 17 Dec 2009 07:59:52 -0500 Subject: [PATCH] Remove an unneeded pragma that disable signed/unsigned mismatch warning. SVN-Revision: 1759 --- libarchive/archive_windows.h | 1 - 1 file changed, 1 deletion(-) 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 -- 2.47.3