]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
remove some _MSC_VER stuff
authorJeff Lenk <jeff@jefflenk.com>
Fri, 31 Jan 2014 18:35:36 +0000 (12:35 -0600)
committerJeff Lenk <jeff@jefflenk.com>
Fri, 31 Jan 2014 18:35:55 +0000 (12:35 -0600)
libs/srtp/crypto/cipher/aes_icm.c
libs/srtp/crypto/cipher/null_cipher.c
libs/srtp/crypto/hash/null_auth.c
libs/srtp/crypto/kernel/err.c
libs/srtp/crypto/replay/ut_sim.c
libs/srtp/libsrtp.2010.vcxproj
libs/srtp/libsrtp.2012.vcxproj
libs/srtp/srtp/ekt.c

index 3219a1577877a8dba95a243146650d1bdbb8c983..e38038269e680a5b0fa3e08667e4fa8f6620c789 100644 (file)
@@ -49,9 +49,6 @@
 #include "aes_icm.h"
 #include "alloc.h"
 
-#ifdef _MSC_VER
-#pragma warning(disable:4100)
-#endif
 
 debug_module_t mod_aes_icm = {
   0,                 /* debugging is off by default */
index d99a0e85afa3aab3c0a51e609b1cfcc3b7ef545a..ca38f72318934d576d1febcd213d81fb19537375 100644 (file)
@@ -48,9 +48,6 @@
 #include "null_cipher.h"
 #include "alloc.h"
 
-#ifdef _MSC_VER
-#pragma warning(disable:4100)
-#endif
 
 /* the null_cipher uses the cipher debug module  */
 
index 1fa2660840a6e904642949c84add6ae59c33ae5e..5d810dd5b77e8f138c802bd23253e2ea417aedd8 100644 (file)
@@ -48,9 +48,6 @@
 #include "null_auth.h" 
 #include "alloc.h"
 
-#ifdef _MSC_VER
-#pragma warning(disable:4100)
-#endif
 
 /* null_auth uses the auth debug module */
 
index 6b00e7b877374e2319683736888309c4b816054b..4a3a8589e990ab491ea2530db79c94e24da4a82c 100644 (file)
@@ -50,9 +50,6 @@
 # endif
 #endif
 
-#ifdef _MSC_VER
-#pragma warning(disable:4100)
-#endif
 
 /*  err_level reflects the level of errors that are reported  */
 
index 465e8c85ca5f2f12bb0611a31f2f8f7b3f54b48c..837aad7a3c67f743645517ea5bd77145eafdd49a 100644 (file)
 
 #include "ut_sim.h"
 
-#ifdef _MSC_VER
-#pragma warning(disable:4100)
-#endif
-
 int
 ut_compar(const void *a, const void *b) {
   return rand() > (RAND_MAX/2) ? -1 : 1;
index 554e943fe04964576f90e3148ad45d399c00430d..5d3109b5f00d33b980a0475f11aca862dbf494dd 100644 (file)
       <BufferSecurityCheck>false</BufferSecurityCheck>\r
       <WarningLevel>Level4</WarningLevel>\r
       <TreatWarningAsError>true</TreatWarningAsError>\r
+      <DisableSpecificWarnings>4305;4100;%(DisableSpecificWarnings)</DisableSpecificWarnings>\r
     </ClCompile>\r
   </ItemDefinitionGroup>\r
   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">\r
       <StructMemberAlignment>Default</StructMemberAlignment>\r
       <WarningLevel>Level4</WarningLevel>\r
       <TreatWarningAsError>false</TreatWarningAsError>\r
+      <DisableSpecificWarnings>4305;4100;%(DisableSpecificWarnings)</DisableSpecificWarnings>\r
     </ClCompile>\r
   </ItemDefinitionGroup>\r
   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
       <StructMemberAlignment>Default</StructMemberAlignment>\r
       <WarningLevel>Level4</WarningLevel>\r
       <TreatWarningAsError>true</TreatWarningAsError>\r
+      <DisableSpecificWarnings>4305;4100;%(DisableSpecificWarnings)</DisableSpecificWarnings>\r
     </ClCompile>\r
   </ItemDefinitionGroup>\r
   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">\r
       <StructMemberAlignment>Default</StructMemberAlignment>\r
       <WarningLevel>Level4</WarningLevel>\r
       <TreatWarningAsError>false</TreatWarningAsError>\r
+      <DisableSpecificWarnings>4305;4100;%(DisableSpecificWarnings)</DisableSpecificWarnings>\r
     </ClCompile>\r
   </ItemDefinitionGroup>\r
   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Dll|Win32'">\r
index 8a8eb41f27a52d13b6b5be0758bb3eb583f86fdf..42f75487840ca4502d119da58ae3d44069d1b08c 100644 (file)
       <BufferSecurityCheck>false</BufferSecurityCheck>\r
       <WarningLevel>Level4</WarningLevel>\r
       <TreatWarningAsError>true</TreatWarningAsError>\r
-      <DisableSpecificWarnings>4305;%(DisableSpecificWarnings)</DisableSpecificWarnings>\r
+      <DisableSpecificWarnings>4305;4100;%(DisableSpecificWarnings)</DisableSpecificWarnings>\r
     </ClCompile>\r
   </ItemDefinitionGroup>\r
   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">\r
       <StructMemberAlignment>Default</StructMemberAlignment>\r
       <WarningLevel>Level4</WarningLevel>\r
       <TreatWarningAsError>false</TreatWarningAsError>\r
-      <DisableSpecificWarnings>4305;%(DisableSpecificWarnings)</DisableSpecificWarnings>\r
+      <DisableSpecificWarnings>4305;4100;%(DisableSpecificWarnings)</DisableSpecificWarnings>\r
     </ClCompile>\r
   </ItemDefinitionGroup>\r
   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
       <StructMemberAlignment>Default</StructMemberAlignment>\r
       <WarningLevel>Level4</WarningLevel>\r
       <TreatWarningAsError>true</TreatWarningAsError>\r
-      <DisableSpecificWarnings>4305;%(DisableSpecificWarnings)</DisableSpecificWarnings>\r
+      <DisableSpecificWarnings>4305;4100;%(DisableSpecificWarnings)</DisableSpecificWarnings>\r
     </ClCompile>\r
   </ItemDefinitionGroup>\r
   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">\r
       <StructMemberAlignment>Default</StructMemberAlignment>\r
       <WarningLevel>Level4</WarningLevel>\r
       <TreatWarningAsError>false</TreatWarningAsError>\r
-      <DisableSpecificWarnings>4305;%(DisableSpecificWarnings)</DisableSpecificWarnings>\r
+      <DisableSpecificWarnings>4305;4100;%(DisableSpecificWarnings)</DisableSpecificWarnings>\r
     </ClCompile>\r
   </ItemDefinitionGroup>\r
   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Dll|Win32'">\r
index 1cfd21f2cd133bc6ef3cfff7727778f38734fc66..4b3d95b2f706df236416f621dcac775fcec88781 100644 (file)
@@ -47,9 +47,6 @@
 #include "srtp_priv.h"
 #include "ekt.h"
 
-#ifdef _MSC_VER
-#pragma warning(disable:4100)
-#endif
 
 extern debug_module_t mod_srtp;