]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Remove an unneeded pragma that disable signed/unsigned mismatch warning.
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>
Thu, 17 Dec 2009 12:59:52 +0000 (07:59 -0500)
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>
Thu, 17 Dec 2009 12:59:52 +0000 (07:59 -0500)
SVN-Revision: 1759

libarchive/archive_windows.h

index acb48d91d086345db2c3877047ff56b9b9a088ca..c4c2a420b47074f6a46d64d6fb9f6ef33c105c84 100644 (file)
@@ -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