Visual Studio's preprocessor doesn't support #warning

This commit is contained in:
Frank Denis 2016-01-11 11:11:43 +01:00
parent 1cce9b1e00
commit 751f3b3753

View File

@ -9,7 +9,7 @@
#include "runtime.h"
#include "utils.h"
#if 1
#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.