silence silly warning on msvc.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3413 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2006-11-19 01:21:44 +00:00
parent 9f9abf2ea1
commit fc03e90da4
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@
#include "sha1.h" #include "sha1.h"
#ifdef _MSC_VER #ifdef _MSC_VER
#pragma warning(disable:4127) #pragma warning(disable:4127 4706)
#endif #endif
#define microsleep(x) apr_sleep(x * 1000) #define microsleep(x) apr_sleep(x * 1000)