From: Jeff Lenk Date: Tue, 2 Apr 2013 13:35:15 +0000 (-0500) Subject: windows compiler warnings missed this X-Git-Tag: v1.5.1~324 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e232afda036cf77d458ed1c8e689981bc74d6217;p=thirdparty%2Ffreeswitch.git windows compiler warnings missed this --- diff --git a/libs/srtp/crypto/hash/null_auth.c b/libs/srtp/crypto/hash/null_auth.c index 103444bc53..1fa2660840 100644 --- a/libs/srtp/crypto/hash/null_auth.c +++ b/libs/srtp/crypto/hash/null_auth.c @@ -48,6 +48,10 @@ #include "null_auth.h" #include "alloc.h" +#ifdef _MSC_VER +#pragma warning(disable:4100) +#endif + /* null_auth uses the auth debug module */ extern debug_module_t mod_auth;