Revert "Remove dev warning"

This reverts commit 65ddf8acfe.
This commit is contained in:
Frank Denis 2017-03-03 15:15:48 +01:00
parent 20f6d163df
commit 2e0e7a150d

View File

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