Browse Source

Remove dev #warning

next
Frank Denis 7 years ago
parent
commit
94550cefd5
  1. 2
      src/libsodium/sodium/core.c

2
src/libsodium/sodium/core.c

@ -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.

Loading…
Cancel
Save