Remove dev #warning

This commit is contained in:
Frank Denis 2017-09-21 11:41:01 +02:00
parent 3e0b4dec6e
commit 94550cefd5

View File

@ -20,7 +20,7 @@
#include "private/implementations.h"
#include "private/mutex.h"
#if !defined(_MSC_VER) && 1
#if !defined(_MSC_VER) && 0
# warning *** This is unstable, untested, development code.
# warning It might not compile. It might not work as expected.
# warning It might be totally insecure.