1
mirror of https://github.com/jedisct1/libsodium.git synced 2024-12-19 18:15:18 -07:00

Remove dev warning

This commit is contained in:
Frank Denis 2017-03-03 10:55:11 +01:00
parent 2ae516079b
commit 65ddf8acfe

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.