Remove dev flag

This commit is contained in:
Frank Denis 2016-07-31 16:34:01 +02:00
parent 19a9d18b9c
commit 2f4f718cd9

View File

@ -18,7 +18,7 @@
#include "utils.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.