]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
windows compiler warnings missed this
authorJeff Lenk <jeff@jefflenk.com>
Tue, 2 Apr 2013 13:35:15 +0000 (08:35 -0500)
committerJeff Lenk <jeff@jefflenk.com>
Tue, 2 Apr 2013 13:35:47 +0000 (08:35 -0500)
libs/srtp/crypto/hash/null_auth.c

index 103444bc5309819a37f65d314586d6e2797bf105..1fa2660840a6e904642949c84add6ae59c33ae5e 100644 (file)
 #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;