diff --git a/include/chaiscript/chaiscript_threading.hpp b/include/chaiscript/chaiscript_threading.hpp index d898b4f..4044f65 100644 --- a/include/chaiscript/chaiscript_threading.hpp +++ b/include/chaiscript/chaiscript_threading.hpp @@ -4,7 +4,7 @@ #ifndef CHAISCRIPT_NO_THREADS #include #else -#warning "ChaiScript is compiling without thread safety." +#pragma message ("ChaiScript is compiling without thread safety.") #endif namespace chaiscript