Remove dev mode

This commit is contained in:
Frank Denis 2017-03-28 13:39:34 +02:00
parent aa7ded10e7
commit 4dec1da7c5

View File

@ -19,7 +19,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.