#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 */
#include "null_cipher.h"
#include "alloc.h"
-#ifdef _MSC_VER
-#pragma warning(disable:4100)
-#endif
/* the null_cipher uses the cipher debug module */
#include "null_auth.h"
#include "alloc.h"
-#ifdef _MSC_VER
-#pragma warning(disable:4100)
-#endif
/* null_auth uses the auth debug module */
# endif
#endif
-#ifdef _MSC_VER
-#pragma warning(disable:4100)
-#endif
/* err_level reflects the level of errors that are reported */
#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;
<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
<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
#include "srtp_priv.h"
#include "ekt.h"
-#ifdef _MSC_VER
-#pragma warning(disable:4100)
-#endif
extern debug_module_t mod_srtp;