Visual Studio's preprocessor doesn't support #warning
This commit is contained in:
parent
1cce9b1e00
commit
751f3b3753
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user