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:
parent
9f9abf2ea1
commit
fc03e90da4
|
@ -63,7 +63,7 @@
|
|||
#include "sha1.h"
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning(disable:4127)
|
||||
#pragma warning(disable:4127 4706)
|
||||
#endif
|
||||
|
||||
#define microsleep(x) apr_sleep(x * 1000)
|
||||
|
|
Loading…
Reference in New Issue